-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2624e6
commit 6ec2c15
Showing
12 changed files
with
1,002 additions
and
717 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
Assets | ||
====== | ||
Retrieve an asset by id | ||
^^^^^^^^^^^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.retrieve | ||
|
||
Retrieve multiple assets by id | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.retrieve_multiple | ||
|
||
Retrieve an asset subtree | ||
^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.retrieve_subtree | ||
|
||
List assets | ||
^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.list | ||
|
||
Aggregate assets | ||
^^^^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.aggregate | ||
|
||
Aggregate Asset Count | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.aggregate_count | ||
|
||
Aggregate Asset Value Cardinality | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.aggregate_cardinality_values | ||
|
||
Aggregate Asset Property Cardinality | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.aggregate_cardinality_properties | ||
|
||
Aggregate Asset Unique Values | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.aggregate_unique_values | ||
|
||
Aggregate Asset Unique Properties | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.aggregate_unique_properties | ||
|
||
Search for assets | ||
^^^^^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.search | ||
|
||
Create assets | ||
^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.create | ||
|
||
Create asset hierarchy | ||
^^^^^^^^^^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.create_hierarchy | ||
|
||
Delete assets | ||
^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.delete | ||
|
||
Filter assets | ||
^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.filter | ||
|
||
Update assets | ||
^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.update | ||
|
||
Upsert assets | ||
^^^^^^^^^^^^^ | ||
.. automethod:: cognite.client._api.assets.AssetsAPI.upsert | ||
|
||
Asset Data classes | ||
^^^^^^^^^^^^^^^^^^ | ||
.. automodule:: cognite.client.data_classes.assets | ||
:members: | ||
:show-inheritance: |
Oops, something went wrong.