|
1 | 1 | """ |
2 | 2 | =============================================================================== |
3 | | -1a6f5bf3b92a38c80ab64f4a1d9f01c1 |
| 3 | +77ddb197a6a73314c704dafacbe56215 |
4 | 4 | This file is auto-generated from the Async API modules, - do not edit manually! |
5 | 5 | =============================================================================== |
6 | 6 | """ |
@@ -481,7 +481,7 @@ def inspect( |
481 | 481 | involved_containers: InvolvedContainers | None = None, |
482 | 482 | ) -> InstanceInspectResults: |
483 | 483 | """ |
484 | | - `Reverse lookup for instances. <https://api-docs.cognite.com/20230101/tag/Instances/operation/instanceInspect>`_ |
| 484 | + `Reverse lookup for instances. <https://developer.cognite.com/api/v1/#tag/Instances/operation/instanceInspect>`_ |
485 | 485 |
|
486 | 486 | This method will return the involved views and containers for the given nodes and edges. |
487 | 487 |
|
@@ -605,6 +605,7 @@ def apply( |
605 | 605 | auto_create_direct_relations (bool): Whether to create missing direct relation targets when ingesting. |
606 | 606 | skip_on_version_conflict (bool): If existingVersion is specified on any of the nodes/edges in the input, the default behaviour is that the entire ingestion will fail when version conflicts occur. If skipOnVersionConflict is set to true, items with version conflicts will be skipped instead. If no version is specified for nodes/edges, it will do the writing directly. |
607 | 607 | replace (bool): How do we behave when a property value exists? Do we replace all matching and existing values with the supplied values (true)? Or should we merge in new values for properties together with the existing values (false)? Note: This setting applies for all nodes or edges specified in the ingestion call. |
| 608 | +
|
608 | 609 | Returns: |
609 | 610 | InstancesApplyResult: Created instance(s) |
610 | 611 |
|
@@ -803,7 +804,7 @@ def search( |
803 | 804 | operator: Literal["AND", "OR"] = "AND", |
804 | 805 | ) -> NodeList[T_Node] | EdgeList[T_Edge]: |
805 | 806 | """ |
806 | | - `Search instances <https://api-docs.cognite.com/20230101/tag/Instances/operation/searchInstances>`_ |
| 807 | + `Search instances <https://developer.cognite.com/api/v1/#tag/Instances/operation/searchInstances>`_ |
807 | 808 |
|
808 | 809 | Args: |
809 | 810 | view (ViewId): View to search in. |
@@ -929,7 +930,7 @@ def aggregate( |
929 | 930 | limit: int | None = DEFAULT_LIMIT_READ, |
930 | 931 | ) -> AggregatedNumberedValue | list[AggregatedNumberedValue] | InstanceAggregationResultList: |
931 | 932 | """ |
932 | | - `Aggregate data across nodes/edges <https://api-docs.cognite.com/20230101/tag/Instances/operation/aggregateInstances>`_ |
| 933 | + `Aggregate data across nodes/edges <https://developer.cognite.com/api/v1/#tag/Instances/operation/aggregateInstances>`_ |
933 | 934 |
|
934 | 935 | Args: |
935 | 936 | view (ViewId): View to aggregate over. |
@@ -1018,7 +1019,7 @@ def histogram( |
1018 | 1019 | limit: int = DEFAULT_LIMIT_READ, |
1019 | 1020 | ) -> HistogramValue | list[HistogramValue]: |
1020 | 1021 | """ |
1021 | | - `Produces histograms for nodes/edges <https://api-docs.cognite.com/20230101/tag/Instances/operation/aggregateInstances>`_ |
| 1022 | + `Produces histograms for nodes/edges <https://developer.cognite.com/api/v1/#tag/Instances/operation/aggregateInstances>`_ |
1022 | 1023 |
|
1023 | 1024 | Args: |
1024 | 1025 | view (ViewId): View to to aggregate over. |
@@ -1063,7 +1064,7 @@ def histogram( |
1063 | 1064 |
|
1064 | 1065 | def query(self, query: Query, include_typing: bool = False, debug: DebugParameters | None = None) -> QueryResult: |
1065 | 1066 | """ |
1066 | | - `Advanced query interface for nodes/edges. <https://api-docs.cognite.com/20230101/tag/Instances/operation/queryContent>`_ |
| 1067 | + `Advanced query interface for nodes/edges. <https://developer.cognite.com/api/v1/#tag/Instances/operation/queryContent>`_ |
1067 | 1068 |
|
1068 | 1069 | The Data Modelling API exposes an advanced query interface. The query interface supports parameterization, |
1069 | 1070 | recursive edge traversal, chaining of result sets, and granular property selection. |
@@ -1158,7 +1159,7 @@ def query(self, query: Query, include_typing: bool = False, debug: DebugParamete |
1158 | 1159 |
|
1159 | 1160 | def sync(self, query: QuerySync, include_typing: bool = False, debug: DebugParameters | None = None) -> QueryResult: |
1160 | 1161 | """ |
1161 | | - `Subscription to changes for nodes/edges. <https://api-docs.cognite.com/20230101/tag/Instances/operation/syncContent>`_ |
| 1162 | + `Subscription to changes for nodes/edges. <https://developer.cognite.com/api/v1/#tag/Instances/operation/syncContent>`_ |
1162 | 1163 |
|
1163 | 1164 | Subscribe to changes for nodes and edges in a project, matching a supplied filter. |
1164 | 1165 |
|
|
0 commit comments