Skip to content

Commit

Permalink
Add missing docs on function schedules (#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
HMEiding committed Apr 16, 2024
1 parent 4c97d5c commit cb80f85
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Retrieve function call logs

Function schedules
------------------
Retrieve function schedule
^^^^^^^^^^^^^^^^^^^^^^^^^^
.. automethod:: cognite.client._api.functions.FunctionSchedulesAPI.retrieve

List function schedules
^^^^^^^^^^^^^^^^^^^^^^^
.. automethod:: cognite.client._api.functions.FunctionSchedulesAPI.list
Expand All @@ -59,6 +63,10 @@ Delete function schedule
^^^^^^^^^^^^^^^^^^^^^^^^
.. automethod:: cognite.client._api.functions.FunctionSchedulesAPI.delete

Get function schedule input data
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. automethod:: cognite.client._api.functions.FunctionSchedulesAPI.get_input_data

Data classes
^^^^^^^^^^^^
.. automodule:: cognite.client.data_classes.functions
Expand Down

0 comments on commit cb80f85

Please sign in to comment.