CogniteCore Data Classes
examples.cognite_core.data_classes
Cognite360Image
Bases: Cognite3DTransformationNode
, CogniteCubeMap
This represents the reading version of Cognite 360 image.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 360 image. |
required | |
data_record
|
The data record of the Cognite 360 image node. |
required | |
back
|
Direct relation to a file holding the back projection of the cube map |
required | |
bottom
|
Direct relation to a file holding the bottom projection of the cube map |
required | |
collection_360
|
Direct relation to Cognite360ImageCollection |
required | |
euler_rotation_x
|
The rotation of the object around the X-axis in radians |
required | |
euler_rotation_y
|
The rotation of the object around the Y-axis in radians |
required | |
euler_rotation_z
|
The rotation of the object around the Z-axis in radians |
required | |
front
|
Direct relation to a file holding the front projection of the cube map |
required | |
left
|
Direct relation to a file holding the left projection of the cube map |
required | |
right
|
Direct relation to a file holding the right projection of the cube map |
required | |
scale_x
|
The scaling factor applied to the object along the X-axis |
required | |
scale_y
|
The scaling factor applied to the object along the Y-axis |
required | |
scale_z
|
The scaling factor applied to the object along the Z-axis |
required | |
station_360
|
Direct relation to Cognite3DGroup instance that groups different Cognite360Image instances to the same station |
required | |
taken_at
|
The timestamp when the 6 photos were taken |
required | |
top
|
Direct relation to a file holding the top projection of the cube map |
required | |
translation_x
|
The displacement of the object along the X-axis in the 3D coordinate system |
required | |
translation_y
|
The displacement of the object along the Y-axis in the 3D coordinate system |
required | |
translation_z
|
The displacement of the object along the Z-axis in the 3D coordinate system |
required |
Source code in examples/cognite_core/data_classes/_cognite_360_image.py
as_write()
Convert this read version of Cognite 360 image to the writing version.
Cognite360ImageAnnotation
Bases: CogniteAnnotation
This represents the reading version of Cognite 360 image annotation.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 360 image annotation. |
required | |
data_record
|
The data record of the Cognite 360 image annotation edge. |
required | |
end_node
|
The end node of this edge. |
required | |
aliases
|
Alternative names for the node |
required | |
confidence
|
The confidence that the annotation is a good match |
required | |
description
|
Description of the instance |
required | |
format_version
|
Specifies the storage representation for the polygon |
required | |
name
|
Name of the instance |
required | |
polygon
|
List of floats representing the polygon. Format depends on formatVersion |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
status
|
The status of the annotation |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_360_image_annotation.py
as_write()
Convert this read version of Cognite 360 image annotation to the writing version.
Source code in examples/cognite_core/data_classes/_cognite_360_image_annotation.py
Cognite360ImageAnnotationGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite 360 image annotation, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 360 image annotation. |
required | |
data_record
|
The data record of the Cognite 360 image annotation node. |
required | |
end_node
|
The end node of this edge. |
required | |
aliases
|
Alternative names for the node |
required | |
confidence
|
The confidence that the annotation is a good match |
required | |
description
|
Description of the instance |
required | |
format_version
|
Specifies the storage representation for the polygon |
required | |
name
|
Name of the instance |
required | |
polygon
|
List of floats representing the polygon. Format depends on formatVersion |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
status
|
The status of the annotation |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_360_image_annotation.py
as_read()
Convert this GraphQL format of Cognite 360 image annotation to the reading format.
as_write()
Convert this GraphQL format of Cognite 360 image annotation to the writing format.
Source code in examples/cognite_core/data_classes/_cognite_360_image_annotation.py
Cognite360ImageAnnotationList
Bases: DomainRelationList[Cognite360ImageAnnotation]
List of Cognite 360 image annotations in the reading version.
Source code in examples/cognite_core/data_classes/_cognite_360_image_annotation.py
as_write()
Convert this read version of Cognite 360 image annotation list to the writing version.
Source code in examples/cognite_core/data_classes/_cognite_360_image_annotation.py
Cognite360ImageAnnotationWrite
Bases: CogniteAnnotationWrite
This represents the writing version of Cognite 360 image annotation.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 360 image annotation. |
required | |
data_record
|
The data record of the Cognite 360 image annotation edge. |
required | |
end_node
|
The end node of this edge. |
required | |
aliases
|
Alternative names for the node |
required | |
confidence
|
The confidence that the annotation is a good match |
required | |
description
|
Description of the instance |
required | |
format_version
|
Specifies the storage representation for the polygon |
required | |
name
|
Name of the instance |
required | |
polygon
|
List of floats representing the polygon. Format depends on formatVersion |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
status
|
The status of the annotation |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_360_image_annotation.py
Cognite360ImageAnnotationWriteList
Bases: DomainRelationWriteList[Cognite360ImageAnnotationWrite]
List of Cognite 360 image annotations in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_360_image_annotation.py
Cognite360ImageCollection
Bases: CogniteDescribableNode
, Cognite3DRevision
This represents the reading version of Cognite 360 image collection.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 360 image collection. |
required | |
data_record
|
The data record of the Cognite 360 image collection node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
model_3d
|
The model 3d field. |
required | |
name
|
Name of the instance |
required | |
published
|
The published field. |
required | |
status
|
The status field. |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
type_
|
The type field. |
required |
Source code in examples/cognite_core/data_classes/_cognite_360_image_collection.py
as_write()
Convert this read version of Cognite 360 image collection to the writing version.
Source code in examples/cognite_core/data_classes/_cognite_360_image_collection.py
Cognite360ImageCollectionGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite 360 image collection, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 360 image collection. |
required | |
data_record
|
The data record of the Cognite 360 image collection node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
model_3d
|
The model 3d field. |
required | |
name
|
Name of the instance |
required | |
published
|
The published field. |
required | |
status
|
The status field. |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
type_
|
The type field. |
required |
Source code in examples/cognite_core/data_classes/_cognite_360_image_collection.py
as_read()
Convert this GraphQL format of Cognite 360 image collection to the reading format.
as_write()
Convert this GraphQL format of Cognite 360 image collection to the writing format.
Source code in examples/cognite_core/data_classes/_cognite_360_image_collection.py
Cognite360ImageCollectionList
Bases: DomainModelList[Cognite360ImageCollection]
List of Cognite 360 image collections in the read version.
Source code in examples/cognite_core/data_classes/_cognite_360_image_collection.py
as_write()
Convert these read versions of Cognite 360 image collection to the writing versions.
Source code in examples/cognite_core/data_classes/_cognite_360_image_collection.py
Cognite360ImageCollectionWrite
Bases: CogniteDescribableNodeWrite
, Cognite3DRevisionWrite
This represents the writing version of Cognite 360 image collection.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 360 image collection. |
required | |
data_record
|
The data record of the Cognite 360 image collection node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
model_3d
|
The model 3d field. |
required | |
name
|
Name of the instance |
required | |
published
|
The published field. |
required | |
status
|
The status field. |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
type_
|
The type field. |
required |
Source code in examples/cognite_core/data_classes/_cognite_360_image_collection.py
Cognite360ImageCollectionWriteList
Bases: DomainModelWriteList[Cognite360ImageCollectionWrite]
List of Cognite 360 image collections in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_360_image_collection.py
Cognite360ImageGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite 360 image, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 360 image. |
required | |
data_record
|
The data record of the Cognite 360 image node. |
required | |
back
|
Direct relation to a file holding the back projection of the cube map |
required | |
bottom
|
Direct relation to a file holding the bottom projection of the cube map |
required | |
collection_360
|
Direct relation to Cognite360ImageCollection |
required | |
euler_rotation_x
|
The rotation of the object around the X-axis in radians |
required | |
euler_rotation_y
|
The rotation of the object around the Y-axis in radians |
required | |
euler_rotation_z
|
The rotation of the object around the Z-axis in radians |
required | |
front
|
Direct relation to a file holding the front projection of the cube map |
required | |
left
|
Direct relation to a file holding the left projection of the cube map |
required | |
right
|
Direct relation to a file holding the right projection of the cube map |
required | |
scale_x
|
The scaling factor applied to the object along the X-axis |
required | |
scale_y
|
The scaling factor applied to the object along the Y-axis |
required | |
scale_z
|
The scaling factor applied to the object along the Z-axis |
required | |
station_360
|
Direct relation to Cognite3DGroup instance that groups different Cognite360Image instances to the same station |
required | |
taken_at
|
The timestamp when the 6 photos were taken |
required | |
top
|
Direct relation to a file holding the top projection of the cube map |
required | |
translation_x
|
The displacement of the object along the X-axis in the 3D coordinate system |
required | |
translation_y
|
The displacement of the object along the Y-axis in the 3D coordinate system |
required | |
translation_z
|
The displacement of the object along the Z-axis in the 3D coordinate system |
required |
Source code in examples/cognite_core/data_classes/_cognite_360_image.py
113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
|
as_read()
Convert this GraphQL format of Cognite 360 image to the reading format.
as_write()
Convert this GraphQL format of Cognite 360 image to the writing format.
Cognite360ImageList
Bases: DomainModelList[Cognite360Image]
List of Cognite 360 images in the read version.
Source code in examples/cognite_core/data_classes/_cognite_360_image.py
as_write()
Convert these read versions of Cognite 360 image to the writing versions.
Cognite360ImageModel
Bases: Cognite3DModel
This represents the reading version of Cognite 360 image model.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 360 image model. |
required | |
data_record
|
The data record of the Cognite 360 image model node. |
required | |
aliases
|
Alternative names for the node |
required | |
collections
|
List Cognite360Image collections for this instance |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
thumbnail
|
Thumbnail of the 3D model |
required | |
type_
|
CAD, PointCloud or Image360 |
required |
Source code in examples/cognite_core/data_classes/_cognite_360_image_model.py
as_write()
Convert this read version of Cognite 360 image model to the writing version.
Cognite360ImageModelGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite 360 image model, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 360 image model. |
required | |
data_record
|
The data record of the Cognite 360 image model node. |
required | |
aliases
|
Alternative names for the node |
required | |
collections
|
List Cognite360Image collections for this instance |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
thumbnail
|
Thumbnail of the 3D model |
required | |
type_
|
CAD, PointCloud or Image360 |
required |
Source code in examples/cognite_core/data_classes/_cognite_360_image_model.py
as_read()
Convert this GraphQL format of Cognite 360 image model to the reading format.
as_write()
Convert this GraphQL format of Cognite 360 image model to the writing format.
Cognite360ImageModelList
Bases: DomainModelList[Cognite360ImageModel]
List of Cognite 360 image models in the read version.
Source code in examples/cognite_core/data_classes/_cognite_360_image_model.py
as_write()
Convert these read versions of Cognite 360 image model to the writing versions.
Source code in examples/cognite_core/data_classes/_cognite_360_image_model.py
Cognite360ImageModelWrite
Bases: Cognite3DModelWrite
This represents the writing version of Cognite 360 image model.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 360 image model. |
required | |
data_record
|
The data record of the Cognite 360 image model node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
thumbnail
|
Thumbnail of the 3D model |
required | |
type_
|
CAD, PointCloud or Image360 |
required |
Source code in examples/cognite_core/data_classes/_cognite_360_image_model.py
Cognite360ImageModelWriteList
Bases: DomainModelWriteList[Cognite360ImageModelWrite]
List of Cognite 360 image models in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_360_image_model.py
Cognite360ImageStation
Bases: CogniteDescribableNode
This represents the reading version of Cognite 360 image station.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 360 image station. |
required | |
data_record
|
The data record of the Cognite 360 image station node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
group_type
|
Type of group |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_360_image_station.py
as_write()
Convert this read version of Cognite 360 image station to the writing version.
Cognite360ImageStationGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite 360 image station, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 360 image station. |
required | |
data_record
|
The data record of the Cognite 360 image station node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
group_type
|
Type of group |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_360_image_station.py
as_read()
Convert this GraphQL format of Cognite 360 image station to the reading format.
as_write()
Convert this GraphQL format of Cognite 360 image station to the writing format.
Cognite360ImageStationList
Bases: DomainModelList[Cognite360ImageStation]
List of Cognite 360 image stations in the read version.
Source code in examples/cognite_core/data_classes/_cognite_360_image_station.py
as_write()
Convert these read versions of Cognite 360 image station to the writing versions.
Source code in examples/cognite_core/data_classes/_cognite_360_image_station.py
Cognite360ImageStationWrite
Bases: CogniteDescribableNodeWrite
This represents the writing version of Cognite 360 image station.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 360 image station. |
required | |
data_record
|
The data record of the Cognite 360 image station node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
group_type
|
Type of group |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_360_image_station.py
Cognite360ImageStationWriteList
Bases: DomainModelWriteList[Cognite360ImageStationWrite]
List of Cognite 360 image stations in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_360_image_station.py
Cognite360ImageWrite
Bases: Cognite3DTransformationNodeWrite
, CogniteCubeMapWrite
This represents the writing version of Cognite 360 image.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 360 image. |
required | |
data_record
|
The data record of the Cognite 360 image node. |
required | |
back
|
Direct relation to a file holding the back projection of the cube map |
required | |
bottom
|
Direct relation to a file holding the bottom projection of the cube map |
required | |
collection_360
|
Direct relation to Cognite360ImageCollection |
required | |
euler_rotation_x
|
The rotation of the object around the X-axis in radians |
required | |
euler_rotation_y
|
The rotation of the object around the Y-axis in radians |
required | |
euler_rotation_z
|
The rotation of the object around the Z-axis in radians |
required | |
front
|
Direct relation to a file holding the front projection of the cube map |
required | |
left
|
Direct relation to a file holding the left projection of the cube map |
required | |
right
|
Direct relation to a file holding the right projection of the cube map |
required | |
scale_x
|
The scaling factor applied to the object along the X-axis |
required | |
scale_y
|
The scaling factor applied to the object along the Y-axis |
required | |
scale_z
|
The scaling factor applied to the object along the Z-axis |
required | |
station_360
|
Direct relation to Cognite3DGroup instance that groups different Cognite360Image instances to the same station |
required | |
taken_at
|
The timestamp when the 6 photos were taken |
required | |
top
|
Direct relation to a file holding the top projection of the cube map |
required | |
translation_x
|
The displacement of the object along the X-axis in the 3D coordinate system |
required | |
translation_y
|
The displacement of the object along the Y-axis in the 3D coordinate system |
required | |
translation_z
|
The displacement of the object along the Z-axis in the 3D coordinate system |
required |
Source code in examples/cognite_core/data_classes/_cognite_360_image.py
243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 |
|
Cognite360ImageWriteList
Bases: DomainModelWriteList[Cognite360ImageWrite]
List of Cognite 360 images in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_360_image.py
Cognite3DModel
Bases: CogniteDescribableNode
This represents the reading version of Cognite 3D model.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 3D model. |
required | |
data_record
|
The data record of the Cognite 3D model node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
thumbnail
|
Thumbnail of the 3D model |
required | |
type_
|
CAD, PointCloud or Image360 |
required |
Source code in examples/cognite_core/data_classes/_cognite_3_d_model.py
as_write()
Convert this read version of Cognite 3D model to the writing version.
Cognite3DModelGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite 3D model, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 3D model. |
required | |
data_record
|
The data record of the Cognite 3D model node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
thumbnail
|
Thumbnail of the 3D model |
required | |
type_
|
CAD, PointCloud or Image360 |
required |
Source code in examples/cognite_core/data_classes/_cognite_3_d_model.py
as_read()
Convert this GraphQL format of Cognite 3D model to the reading format.
as_write()
Convert this GraphQL format of Cognite 3D model to the writing format.
Cognite3DModelList
Bases: DomainModelList[Cognite3DModel]
List of Cognite 3D models in the read version.
Source code in examples/cognite_core/data_classes/_cognite_3_d_model.py
as_write()
Convert these read versions of Cognite 3D model to the writing versions.
Cognite3DModelWrite
Bases: CogniteDescribableNodeWrite
This represents the writing version of Cognite 3D model.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 3D model. |
required | |
data_record
|
The data record of the Cognite 3D model node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
thumbnail
|
Thumbnail of the 3D model |
required | |
type_
|
CAD, PointCloud or Image360 |
required |
Source code in examples/cognite_core/data_classes/_cognite_3_d_model.py
Cognite3DModelWriteList
Bases: DomainModelWriteList[Cognite3DModelWrite]
List of Cognite 3D models in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_3_d_model.py
Cognite3DObject
Bases: CogniteDescribableNode
This represents the reading version of Cognite 3D object.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 3D object. |
required | |
data_record
|
The data record of the Cognite 3D object node. |
required | |
aliases
|
Alternative names for the node |
required | |
asset
|
Asset that is tied to this 3D object |
required | |
cad_nodes
|
List of up to 1000 CADNodes that represents the connected CogniteAsset |
required | |
description
|
Description of the instance |
required | |
images_360
|
Edge connection to Cognite360Image annotations that represents the connected CogniteAsset |
required | |
name
|
Name of the instance |
required | |
point_cloud_volumes
|
List of up to 1000 PointCloudVolumes that represents the connected CogniteAsset |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
x_max
|
Highest X value in bounding box |
required | |
x_min
|
Lowest X value in bounding box |
required | |
y_max
|
Highest Y value in bounding box |
required | |
y_min
|
Lowest Y value in bounding box |
required | |
z_max
|
Highest Z value in bounding box |
required | |
z_min
|
Lowest Z value in bounding box |
required |
Source code in examples/cognite_core/data_classes/_cognite_3_d_object.py
as_write()
Convert this read version of Cognite 3D object to the writing version.
Cognite3DObjectGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite 3D object, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 3D object. |
required | |
data_record
|
The data record of the Cognite 3D object node. |
required | |
aliases
|
Alternative names for the node |
required | |
asset
|
Asset that is tied to this 3D object |
required | |
cad_nodes
|
List of up to 1000 CADNodes that represents the connected CogniteAsset |
required | |
description
|
Description of the instance |
required | |
images_360
|
Edge connection to Cognite360Image annotations that represents the connected CogniteAsset |
required | |
name
|
Name of the instance |
required | |
point_cloud_volumes
|
List of up to 1000 PointCloudVolumes that represents the connected CogniteAsset |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
x_max
|
Highest X value in bounding box |
required | |
x_min
|
Lowest X value in bounding box |
required | |
y_max
|
Highest Y value in bounding box |
required | |
y_min
|
Lowest Y value in bounding box |
required | |
z_max
|
Highest Z value in bounding box |
required | |
z_min
|
Lowest Z value in bounding box |
required |
Source code in examples/cognite_core/data_classes/_cognite_3_d_object.py
as_read()
Convert this GraphQL format of Cognite 3D object to the reading format.
as_write()
Convert this GraphQL format of Cognite 3D object to the writing format.
Cognite3DObjectList
Bases: DomainModelList[Cognite3DObject]
List of Cognite 3D objects in the read version.
Source code in examples/cognite_core/data_classes/_cognite_3_d_object.py
as_write()
Convert these read versions of Cognite 3D object to the writing versions.
Cognite3DObjectWrite
Bases: CogniteDescribableNodeWrite
This represents the writing version of Cognite 3D object.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 3D object. |
required | |
data_record
|
The data record of the Cognite 3D object node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
images_360
|
Edge connection to Cognite360Image annotations that represents the connected CogniteAsset |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
x_max
|
Highest X value in bounding box |
required | |
x_min
|
Lowest X value in bounding box |
required | |
y_max
|
Highest Y value in bounding box |
required | |
y_min
|
Lowest Y value in bounding box |
required | |
z_max
|
Highest Z value in bounding box |
required | |
z_min
|
Lowest Z value in bounding box |
required |
Source code in examples/cognite_core/data_classes/_cognite_3_d_object.py
Cognite3DObjectWriteList
Bases: DomainModelWriteList[Cognite3DObjectWrite]
List of Cognite 3D objects in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_3_d_object.py
Cognite3DRevision
Bases: DomainModel
This represents the reading version of Cognite 3D revision.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 3D revision. |
required | |
data_record
|
The data record of the Cognite 3D revision node. |
required | |
model_3d
|
The model 3d field. |
required | |
published
|
The published field. |
required | |
status
|
The status field. |
required | |
type_
|
The type field. |
required |
Source code in examples/cognite_core/data_classes/_cognite_3_d_revision.py
as_write()
Convert this read version of Cognite 3D revision to the writing version.
Cognite3DRevisionGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite 3D revision, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 3D revision. |
required | |
data_record
|
The data record of the Cognite 3D revision node. |
required | |
model_3d
|
The model 3d field. |
required | |
published
|
The published field. |
required | |
status
|
The status field. |
required | |
type_
|
The type field. |
required |
Source code in examples/cognite_core/data_classes/_cognite_3_d_revision.py
as_read()
Convert this GraphQL format of Cognite 3D revision to the reading format.
as_write()
Convert this GraphQL format of Cognite 3D revision to the writing format.
Cognite3DRevisionList
Bases: DomainModelList[Cognite3DRevision]
List of Cognite 3D revisions in the read version.
Source code in examples/cognite_core/data_classes/_cognite_3_d_revision.py
as_write()
Convert these read versions of Cognite 3D revision to the writing versions.
Cognite3DRevisionWrite
Bases: DomainModelWrite
This represents the writing version of Cognite 3D revision.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 3D revision. |
required | |
data_record
|
The data record of the Cognite 3D revision node. |
required | |
model_3d
|
The model 3d field. |
required | |
published
|
The published field. |
required | |
status
|
The status field. |
required | |
type_
|
The type field. |
required |
Source code in examples/cognite_core/data_classes/_cognite_3_d_revision.py
Cognite3DRevisionWriteList
Bases: DomainModelWriteList[Cognite3DRevisionWrite]
List of Cognite 3D revisions in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_3_d_revision.py
Cognite3DTransformationEdge
Bases: DomainRelation
This represents the reading version of Cognite 3D transformation edge.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 3D transformation edge. |
required | |
data_record
|
The data record of the Cognite 3D transformation edge edge. |
required | |
end_node
|
The end node of this edge. |
required | |
euler_rotation_x
|
The rotation of the object around the X-axis in radians |
required | |
euler_rotation_y
|
The rotation of the object around the Y-axis in radians |
required | |
euler_rotation_z
|
The rotation of the object around the Z-axis in radians |
required | |
scale_x
|
The scaling factor applied to the object along the X-axis |
required | |
scale_y
|
The scaling factor applied to the object along the Y-axis |
required | |
scale_z
|
The scaling factor applied to the object along the Z-axis |
required | |
translation_x
|
The displacement of the object along the X-axis in the 3D coordinate system |
required | |
translation_y
|
The displacement of the object along the Y-axis in the 3D coordinate system |
required | |
translation_z
|
The displacement of the object along the Z-axis in the 3D coordinate system |
required |
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_edge.py
as_write()
Convert this read version of Cognite 3D transformation edge to the writing version.
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_edge.py
Cognite3DTransformationEdgeGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite 3D transformation edge, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 3D transformation edge. |
required | |
data_record
|
The data record of the Cognite 3D transformation edge node. |
required | |
end_node
|
The end node of this edge. |
required | |
euler_rotation_x
|
The rotation of the object around the X-axis in radians |
required | |
euler_rotation_y
|
The rotation of the object around the Y-axis in radians |
required | |
euler_rotation_z
|
The rotation of the object around the Z-axis in radians |
required | |
scale_x
|
The scaling factor applied to the object along the X-axis |
required | |
scale_y
|
The scaling factor applied to the object along the Y-axis |
required | |
scale_z
|
The scaling factor applied to the object along the Z-axis |
required | |
translation_x
|
The displacement of the object along the X-axis in the 3D coordinate system |
required | |
translation_y
|
The displacement of the object along the Y-axis in the 3D coordinate system |
required | |
translation_z
|
The displacement of the object along the Z-axis in the 3D coordinate system |
required |
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_edge.py
as_read()
Convert this GraphQL format of Cognite 3D transformation edge to the reading format.
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_edge.py
as_write()
Convert this GraphQL format of Cognite 3D transformation edge to the writing format.
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_edge.py
Cognite3DTransformationEdgeList
Bases: DomainRelationList[Cognite3DTransformationEdge]
List of Cognite 3D transformation edges in the reading version.
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_edge.py
as_write()
Convert this read version of Cognite 3D transformation edge list to the writing version.
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_edge.py
Cognite3DTransformationEdgeWrite
Bases: DomainRelationWrite
This represents the writing version of Cognite 3D transformation edge.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 3D transformation edge. |
required | |
data_record
|
The data record of the Cognite 3D transformation edge edge. |
required | |
end_node
|
The end node of this edge. |
required | |
euler_rotation_x
|
The rotation of the object around the X-axis in radians |
required | |
euler_rotation_y
|
The rotation of the object around the Y-axis in radians |
required | |
euler_rotation_z
|
The rotation of the object around the Z-axis in radians |
required | |
scale_x
|
The scaling factor applied to the object along the X-axis |
required | |
scale_y
|
The scaling factor applied to the object along the Y-axis |
required | |
scale_z
|
The scaling factor applied to the object along the Z-axis |
required | |
translation_x
|
The displacement of the object along the X-axis in the 3D coordinate system |
required | |
translation_y
|
The displacement of the object along the Y-axis in the 3D coordinate system |
required | |
translation_z
|
The displacement of the object along the Z-axis in the 3D coordinate system |
required |
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_edge.py
Cognite3DTransformationEdgeWriteList
Bases: DomainRelationWriteList[Cognite3DTransformationEdgeWrite]
List of Cognite 3D transformation edges in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_edge.py
Cognite3DTransformationNode
Bases: DomainModel
This represents the reading version of Cognite 3D transformation node.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 3D transformation node. |
required | |
data_record
|
The data record of the Cognite 3D transformation node node. |
required | |
euler_rotation_x
|
The rotation of the object around the X-axis in radians |
required | |
euler_rotation_y
|
The rotation of the object around the Y-axis in radians |
required | |
euler_rotation_z
|
The rotation of the object around the Z-axis in radians |
required | |
scale_x
|
The scaling factor applied to the object along the X-axis |
required | |
scale_y
|
The scaling factor applied to the object along the Y-axis |
required | |
scale_z
|
The scaling factor applied to the object along the Z-axis |
required | |
translation_x
|
The displacement of the object along the X-axis in the 3D coordinate system |
required | |
translation_y
|
The displacement of the object along the Y-axis in the 3D coordinate system |
required | |
translation_z
|
The displacement of the object along the Z-axis in the 3D coordinate system |
required |
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_node.py
as_write()
Convert this read version of Cognite 3D transformation node to the writing version.
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_node.py
Cognite3DTransformationNodeGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite 3D transformation node, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 3D transformation node. |
required | |
data_record
|
The data record of the Cognite 3D transformation node node. |
required | |
euler_rotation_x
|
The rotation of the object around the X-axis in radians |
required | |
euler_rotation_y
|
The rotation of the object around the Y-axis in radians |
required | |
euler_rotation_z
|
The rotation of the object around the Z-axis in radians |
required | |
scale_x
|
The scaling factor applied to the object along the X-axis |
required | |
scale_y
|
The scaling factor applied to the object along the Y-axis |
required | |
scale_z
|
The scaling factor applied to the object along the Z-axis |
required | |
translation_x
|
The displacement of the object along the X-axis in the 3D coordinate system |
required | |
translation_y
|
The displacement of the object along the Y-axis in the 3D coordinate system |
required | |
translation_z
|
The displacement of the object along the Z-axis in the 3D coordinate system |
required |
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_node.py
as_read()
Convert this GraphQL format of Cognite 3D transformation node to the reading format.
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_node.py
as_write()
Convert this GraphQL format of Cognite 3D transformation node to the writing format.
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_node.py
Cognite3DTransformationNodeList
Bases: DomainModelList[Cognite3DTransformationNode]
List of Cognite 3D transformation nodes in the read version.
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_node.py
as_write()
Convert these read versions of Cognite 3D transformation node to the writing versions.
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_node.py
Cognite3DTransformationNodeWrite
Bases: DomainModelWrite
This represents the writing version of Cognite 3D transformation node.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite 3D transformation node. |
required | |
data_record
|
The data record of the Cognite 3D transformation node node. |
required | |
euler_rotation_x
|
The rotation of the object around the X-axis in radians |
required | |
euler_rotation_y
|
The rotation of the object around the Y-axis in radians |
required | |
euler_rotation_z
|
The rotation of the object around the Z-axis in radians |
required | |
scale_x
|
The scaling factor applied to the object along the X-axis |
required | |
scale_y
|
The scaling factor applied to the object along the Y-axis |
required | |
scale_z
|
The scaling factor applied to the object along the Z-axis |
required | |
translation_x
|
The displacement of the object along the X-axis in the 3D coordinate system |
required | |
translation_y
|
The displacement of the object along the Y-axis in the 3D coordinate system |
required | |
translation_z
|
The displacement of the object along the Z-axis in the 3D coordinate system |
required |
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_node.py
Cognite3DTransformationNodeWriteList
Bases: DomainModelWriteList[Cognite3DTransformationNodeWrite]
List of Cognite 3D transformation nodes in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_3_d_transformation_node.py
CogniteActivity
Bases: CogniteDescribableNode
, CogniteSourceableNode
, CogniteSchedulable
This represents the reading version of Cognite activity.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite activity. |
required | |
data_record
|
The data record of the Cognite activity node. |
required | |
aliases
|
Alternative names for the node |
required | |
assets
|
A list of assets the activity is related to. |
required | |
description
|
Description of the instance |
required | |
end_time
|
The actual end time of an activity (or similar that extends this) |
required | |
equipment
|
A list of equipment the activity is related to. |
required | |
name
|
Name of the instance |
required | |
scheduled_end_time
|
The planned end time of an activity (or similar that extends this) |
required | |
scheduled_start_time
|
The planned start time of an activity (or similar that extends this) |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
start_time
|
The actual start time of an activity (or similar that extends this) |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
time_series
|
A list of time series the activity is related to. |
required |
Source code in examples/cognite_core/data_classes/_cognite_activity.py
as_write()
Convert this read version of Cognite activity to the writing version.
CogniteActivityGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite activity, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite activity. |
required | |
data_record
|
The data record of the Cognite activity node. |
required | |
aliases
|
Alternative names for the node |
required | |
assets
|
A list of assets the activity is related to. |
required | |
description
|
Description of the instance |
required | |
end_time
|
The actual end time of an activity (or similar that extends this) |
required | |
equipment
|
A list of equipment the activity is related to. |
required | |
name
|
Name of the instance |
required | |
scheduled_end_time
|
The planned end time of an activity (or similar that extends this) |
required | |
scheduled_start_time
|
The planned start time of an activity (or similar that extends this) |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
start_time
|
The actual start time of an activity (or similar that extends this) |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
time_series
|
A list of time series the activity is related to. |
required |
Source code in examples/cognite_core/data_classes/_cognite_activity.py
136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 |
|
as_read()
Convert this GraphQL format of Cognite activity to the reading format.
as_write()
Convert this GraphQL format of Cognite activity to the writing format.
CogniteActivityList
Bases: DomainModelList[CogniteActivity]
List of Cognite activities in the read version.
Source code in examples/cognite_core/data_classes/_cognite_activity.py
as_write()
Convert these read versions of Cognite activity to the writing versions.
CogniteActivityWrite
Bases: CogniteDescribableNodeWrite
, CogniteSourceableNodeWrite
, CogniteSchedulableWrite
This represents the writing version of Cognite activity.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite activity. |
required | |
data_record
|
The data record of the Cognite activity node. |
required | |
aliases
|
Alternative names for the node |
required | |
assets
|
A list of assets the activity is related to. |
required | |
description
|
Description of the instance |
required | |
end_time
|
The actual end time of an activity (or similar that extends this) |
required | |
equipment
|
A list of equipment the activity is related to. |
required | |
name
|
Name of the instance |
required | |
scheduled_end_time
|
The planned end time of an activity (or similar that extends this) |
required | |
scheduled_start_time
|
The planned start time of an activity (or similar that extends this) |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
start_time
|
The actual start time of an activity (or similar that extends this) |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
time_series
|
A list of time series the activity is related to. |
required |
Source code in examples/cognite_core/data_classes/_cognite_activity.py
275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 |
|
CogniteActivityWriteList
Bases: DomainModelWriteList[CogniteActivityWrite]
List of Cognite activities in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_activity.py
CogniteAnnotation
Bases: CogniteDescribableEdge
, CogniteSourceableEdge
This represents the reading version of Cognite annotation.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite annotation. |
required | |
data_record
|
The data record of the Cognite annotation edge. |
required | |
end_node
|
The end node of this edge. |
required | |
aliases
|
Alternative names for the node |
required | |
confidence
|
The confidence that the annotation is a good match |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
status
|
The status of the annotation |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_annotation.py
as_write()
Convert this read version of Cognite annotation to the writing version.
CogniteAnnotationGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite annotation, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite annotation. |
required | |
data_record
|
The data record of the Cognite annotation node. |
required | |
end_node
|
The end node of this edge. |
required | |
aliases
|
Alternative names for the node |
required | |
confidence
|
The confidence that the annotation is a good match |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
status
|
The status of the annotation |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_annotation.py
as_read()
Convert this GraphQL format of Cognite annotation to the reading format.
as_write()
Convert this GraphQL format of Cognite annotation to the writing format.
CogniteAnnotationList
Bases: DomainRelationList[CogniteAnnotation]
List of Cognite annotations in the reading version.
Source code in examples/cognite_core/data_classes/_cognite_annotation.py
as_write()
Convert this read version of Cognite annotation list to the writing version.
CogniteAnnotationWrite
Bases: CogniteDescribableEdgeWrite
, CogniteSourceableEdgeWrite
This represents the writing version of Cognite annotation.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite annotation. |
required | |
data_record
|
The data record of the Cognite annotation edge. |
required | |
end_node
|
The end node of this edge. |
required | |
aliases
|
Alternative names for the node |
required | |
confidence
|
The confidence that the annotation is a good match |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
status
|
The status of the annotation |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_annotation.py
CogniteAnnotationWriteList
Bases: DomainRelationWriteList[CogniteAnnotationWrite]
List of Cognite annotations in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_annotation.py
CogniteAsset
Bases: CogniteVisualizable
, CogniteDescribableNode
, CogniteSourceableNode
This represents the reading version of Cognite asset.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite asset. |
required | |
data_record
|
The data record of the Cognite asset node. |
required | |
activities
|
An automatically updated list of activities related to the asset. |
required | |
aliases
|
Alternative names for the node |
required | |
asset_class
|
Specifies the class of the asset. It's a direct relation to CogniteAssetClass. |
required | |
children
|
An automatically updated list of assets with this asset as their parent. |
required | |
description
|
Description of the instance |
required | |
equipment
|
An automatically updated list of equipment related to the asset. |
required | |
files
|
An automatically updated list of files related to the asset. |
required | |
name
|
Name of the instance |
required | |
object_3d
|
Direct relation to an Object3D instance representing the 3D resource |
required | |
parent
|
The parent of the asset. |
required | |
path
|
An automatically updated ordered list of this asset's ancestors, starting with the root asset. Enables subtree filtering to find all assets under a parent. |
required | |
path_last_updated_time
|
The last time the path was updated for this asset. |
required | |
root
|
An automatically updated reference to the top-level asset of the hierarchy. |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
time_series
|
An automatically updated list of time series related to the asset. |
required | |
type_
|
Specifies the type of the asset. It's a direct relation to CogniteAssetType. |
required |
Source code in examples/cognite_core/data_classes/_cognite_asset.py
as_write()
Convert this read version of Cognite asset to the writing version.
CogniteAssetClass
Bases: CogniteDescribableNode
This represents the reading version of Cognite asset clas.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite asset clas. |
required | |
data_record
|
The data record of the Cognite asset clas node. |
required | |
aliases
|
Alternative names for the node |
required | |
code
|
A unique identifier for the class of asset. |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
standard
|
A text string to specify which standard the class is from. |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_asset_class.py
as_write()
Convert this read version of Cognite asset clas to the writing version.
CogniteAssetClassGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite asset clas, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite asset clas. |
required | |
data_record
|
The data record of the Cognite asset clas node. |
required | |
aliases
|
Alternative names for the node |
required | |
code
|
A unique identifier for the class of asset. |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
standard
|
A text string to specify which standard the class is from. |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_asset_class.py
as_read()
Convert this GraphQL format of Cognite asset clas to the reading format.
as_write()
Convert this GraphQL format of Cognite asset clas to the writing format.
CogniteAssetClassList
Bases: DomainModelList[CogniteAssetClass]
List of Cognite asset class in the read version.
Source code in examples/cognite_core/data_classes/_cognite_asset_class.py
as_write()
Convert these read versions of Cognite asset clas to the writing versions.
CogniteAssetClassWrite
Bases: CogniteDescribableNodeWrite
This represents the writing version of Cognite asset clas.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite asset clas. |
required | |
data_record
|
The data record of the Cognite asset clas node. |
required | |
aliases
|
Alternative names for the node |
required | |
code
|
A unique identifier for the class of asset. |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
standard
|
A text string to specify which standard the class is from. |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_asset_class.py
CogniteAssetClassWriteList
Bases: DomainModelWriteList[CogniteAssetClassWrite]
List of Cognite asset class in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_asset_class.py
CogniteAssetGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite asset, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite asset. |
required | |
data_record
|
The data record of the Cognite asset node. |
required | |
activities
|
An automatically updated list of activities related to the asset. |
required | |
aliases
|
Alternative names for the node |
required | |
asset_class
|
Specifies the class of the asset. It's a direct relation to CogniteAssetClass. |
required | |
children
|
An automatically updated list of assets with this asset as their parent. |
required | |
description
|
Description of the instance |
required | |
equipment
|
An automatically updated list of equipment related to the asset. |
required | |
files
|
An automatically updated list of files related to the asset. |
required | |
name
|
Name of the instance |
required | |
object_3d
|
Direct relation to an Object3D instance representing the 3D resource |
required | |
parent
|
The parent of the asset. |
required | |
path
|
An automatically updated ordered list of this asset's ancestors, starting with the root asset. Enables subtree filtering to find all assets under a parent. |
required | |
path_last_updated_time
|
The last time the path was updated for this asset. |
required | |
root
|
An automatically updated reference to the top-level asset of the hierarchy. |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
time_series
|
An automatically updated list of time series related to the asset. |
required | |
type_
|
Specifies the type of the asset. It's a direct relation to CogniteAssetType. |
required |
Source code in examples/cognite_core/data_classes/_cognite_asset.py
158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 |
|
as_read()
Convert this GraphQL format of Cognite asset to the reading format.
as_write()
Convert this GraphQL format of Cognite asset to the writing format.
CogniteAssetList
Bases: DomainModelList[CogniteAsset]
List of Cognite assets in the read version.
Source code in examples/cognite_core/data_classes/_cognite_asset.py
410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 |
|
as_write()
Convert these read versions of Cognite asset to the writing versions.
CogniteAssetType
Bases: CogniteDescribableNode
This represents the reading version of Cognite asset type.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite asset type. |
required | |
data_record
|
The data record of the Cognite asset type node. |
required | |
aliases
|
Alternative names for the node |
required | |
asset_class
|
Specifies the class the type belongs to. It's a direct relation to CogniteAssetClass. |
required | |
code
|
A unique identifier for the type of asset. |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
standard
|
A text string to specify which standard the type is from. |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_asset_type.py
as_write()
Convert this read version of Cognite asset type to the writing version.
CogniteAssetTypeGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite asset type, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite asset type. |
required | |
data_record
|
The data record of the Cognite asset type node. |
required | |
aliases
|
Alternative names for the node |
required | |
asset_class
|
Specifies the class the type belongs to. It's a direct relation to CogniteAssetClass. |
required | |
code
|
A unique identifier for the type of asset. |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
standard
|
A text string to specify which standard the type is from. |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_asset_type.py
as_read()
Convert this GraphQL format of Cognite asset type to the reading format.
as_write()
Convert this GraphQL format of Cognite asset type to the writing format.
CogniteAssetTypeList
Bases: DomainModelList[CogniteAssetType]
List of Cognite asset types in the read version.
Source code in examples/cognite_core/data_classes/_cognite_asset_type.py
as_write()
Convert these read versions of Cognite asset type to the writing versions.
CogniteAssetTypeWrite
Bases: CogniteDescribableNodeWrite
This represents the writing version of Cognite asset type.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite asset type. |
required | |
data_record
|
The data record of the Cognite asset type node. |
required | |
aliases
|
Alternative names for the node |
required | |
asset_class
|
Specifies the class the type belongs to. It's a direct relation to CogniteAssetClass. |
required | |
code
|
A unique identifier for the type of asset. |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
standard
|
A text string to specify which standard the type is from. |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_asset_type.py
CogniteAssetTypeWriteList
Bases: DomainModelWriteList[CogniteAssetTypeWrite]
List of Cognite asset types in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_asset_type.py
CogniteAssetWrite
Bases: CogniteVisualizableWrite
, CogniteDescribableNodeWrite
, CogniteSourceableNodeWrite
This represents the writing version of Cognite asset.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite asset. |
required | |
data_record
|
The data record of the Cognite asset node. |
required | |
aliases
|
Alternative names for the node |
required | |
asset_class
|
Specifies the class of the asset. It's a direct relation to CogniteAssetClass. |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
object_3d
|
Direct relation to an Object3D instance representing the 3D resource |
required | |
parent
|
The parent of the asset. |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
type_
|
Specifies the type of the asset. It's a direct relation to CogniteAssetType. |
required |
Source code in examples/cognite_core/data_classes/_cognite_asset.py
CogniteAssetWriteList
Bases: DomainModelWriteList[CogniteAssetWrite]
List of Cognite assets in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_asset.py
CogniteCADModel
Bases: Cognite3DModel
This represents the reading version of Cognite cad model.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite cad model. |
required | |
data_record
|
The data record of the Cognite cad model node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
revisions
|
List of revisions for this CAD model |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
thumbnail
|
Thumbnail of the 3D model |
required | |
type_
|
CAD, PointCloud or Image360 |
required |
Source code in examples/cognite_core/data_classes/_cognite_cad_model.py
as_write()
Convert this read version of Cognite cad model to the writing version.
CogniteCADModelGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite cad model, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite cad model. |
required | |
data_record
|
The data record of the Cognite cad model node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
revisions
|
List of revisions for this CAD model |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
thumbnail
|
Thumbnail of the 3D model |
required | |
type_
|
CAD, PointCloud or Image360 |
required |
Source code in examples/cognite_core/data_classes/_cognite_cad_model.py
as_read()
Convert this GraphQL format of Cognite cad model to the reading format.
as_write()
Convert this GraphQL format of Cognite cad model to the writing format.
CogniteCADModelList
Bases: DomainModelList[CogniteCADModel]
List of Cognite cad models in the read version.
Source code in examples/cognite_core/data_classes/_cognite_cad_model.py
as_write()
Convert these read versions of Cognite cad model to the writing versions.
CogniteCADModelWrite
Bases: Cognite3DModelWrite
This represents the writing version of Cognite cad model.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite cad model. |
required | |
data_record
|
The data record of the Cognite cad model node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
thumbnail
|
Thumbnail of the 3D model |
required | |
type_
|
CAD, PointCloud or Image360 |
required |
Source code in examples/cognite_core/data_classes/_cognite_cad_model.py
CogniteCADModelWriteList
Bases: DomainModelWriteList[CogniteCADModelWrite]
List of Cognite cad models in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_cad_model.py
CogniteCADNode
Bases: CogniteDescribableNode
This represents the reading version of Cognite cad node.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite cad node. |
required | |
data_record
|
The data record of the Cognite cad node node. |
required | |
aliases
|
Alternative names for the node |
required | |
cad_node_reference
|
Reference to a node within a CAD model from the 3D API |
required | |
description
|
Description of the instance |
required | |
model_3d
|
Direct relation to Cognite3DModel |
required | |
name
|
Name of the instance |
required | |
object_3d
|
Direct relation to object3D grouping for this node |
required | |
revisions
|
List of direct relations to instances of Cognite3DRevision which this CogniteCADNode exists in. |
required | |
sub_tree_sizes
|
List of subtree sizes in the same order as revisions. Used by Reveal and similar applications to know how many nodes exists below this node in the hierarchy |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
tree_indexes
|
List of tree indexes in the same order as revisions. Used by Reveal and similar applications to map from CogniteCADNode to tree index |
required |
Source code in examples/cognite_core/data_classes/_cognite_cad_node.py
as_write()
Convert this read version of Cognite cad node to the writing version.
CogniteCADNodeGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite cad node, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite cad node. |
required | |
data_record
|
The data record of the Cognite cad node node. |
required | |
aliases
|
Alternative names for the node |
required | |
cad_node_reference
|
Reference to a node within a CAD model from the 3D API |
required | |
description
|
Description of the instance |
required | |
model_3d
|
Direct relation to Cognite3DModel |
required | |
name
|
Name of the instance |
required | |
object_3d
|
Direct relation to object3D grouping for this node |
required | |
revisions
|
List of direct relations to instances of Cognite3DRevision which this CogniteCADNode exists in. |
required | |
sub_tree_sizes
|
List of subtree sizes in the same order as revisions. Used by Reveal and similar applications to know how many nodes exists below this node in the hierarchy |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
tree_indexes
|
List of tree indexes in the same order as revisions. Used by Reveal and similar applications to map from CogniteCADNode to tree index |
required |
Source code in examples/cognite_core/data_classes/_cognite_cad_node.py
as_read()
Convert this GraphQL format of Cognite cad node to the reading format.
as_write()
Convert this GraphQL format of Cognite cad node to the writing format.
CogniteCADNodeList
Bases: DomainModelList[CogniteCADNode]
List of Cognite cad nodes in the read version.
Source code in examples/cognite_core/data_classes/_cognite_cad_node.py
as_write()
Convert these read versions of Cognite cad node to the writing versions.
CogniteCADNodeWrite
Bases: CogniteDescribableNodeWrite
This represents the writing version of Cognite cad node.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite cad node. |
required | |
data_record
|
The data record of the Cognite cad node node. |
required | |
aliases
|
Alternative names for the node |
required | |
cad_node_reference
|
Reference to a node within a CAD model from the 3D API |
required | |
description
|
Description of the instance |
required | |
model_3d
|
Direct relation to Cognite3DModel |
required | |
name
|
Name of the instance |
required | |
object_3d
|
Direct relation to object3D grouping for this node |
required | |
revisions
|
List of direct relations to instances of Cognite3DRevision which this CogniteCADNode exists in. |
required | |
sub_tree_sizes
|
List of subtree sizes in the same order as revisions. Used by Reveal and similar applications to know how many nodes exists below this node in the hierarchy |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
tree_indexes
|
List of tree indexes in the same order as revisions. Used by Reveal and similar applications to map from CogniteCADNode to tree index |
required |
Source code in examples/cognite_core/data_classes/_cognite_cad_node.py
CogniteCADNodeWriteList
Bases: DomainModelWriteList[CogniteCADNodeWrite]
List of Cognite cad nodes in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_cad_node.py
CogniteCADRevision
Bases: Cognite3DRevision
This represents the reading version of Cognite cad revision.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite cad revision. |
required | |
data_record
|
The data record of the Cognite cad revision node. |
required | |
model_3d
|
. |
required | |
published
|
The published field. |
required | |
revision_id
|
The 3D API revision identifier for this CAD model |
required | |
status
|
The status field. |
required | |
type_
|
The type field. |
required |
Source code in examples/cognite_core/data_classes/_cognite_cad_revision.py
as_write()
Convert this read version of Cognite cad revision to the writing version.
CogniteCADRevisionGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite cad revision, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite cad revision. |
required | |
data_record
|
The data record of the Cognite cad revision node. |
required | |
model_3d
|
. |
required | |
published
|
The published field. |
required | |
revision_id
|
The 3D API revision identifier for this CAD model |
required | |
status
|
The status field. |
required | |
type_
|
The type field. |
required |
Source code in examples/cognite_core/data_classes/_cognite_cad_revision.py
as_read()
Convert this GraphQL format of Cognite cad revision to the reading format.
as_write()
Convert this GraphQL format of Cognite cad revision to the writing format.
CogniteCADRevisionList
Bases: DomainModelList[CogniteCADRevision]
List of Cognite cad revisions in the read version.
Source code in examples/cognite_core/data_classes/_cognite_cad_revision.py
as_write()
Convert these read versions of Cognite cad revision to the writing versions.
CogniteCADRevisionWrite
Bases: Cognite3DRevisionWrite
This represents the writing version of Cognite cad revision.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite cad revision. |
required | |
data_record
|
The data record of the Cognite cad revision node. |
required | |
model_3d
|
. |
required | |
published
|
The published field. |
required | |
revision_id
|
The 3D API revision identifier for this CAD model |
required | |
status
|
The status field. |
required | |
type_
|
The type field. |
required |
Source code in examples/cognite_core/data_classes/_cognite_cad_revision.py
CogniteCADRevisionWriteList
Bases: DomainModelWriteList[CogniteCADRevisionWrite]
List of Cognite cad revisions in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_cad_revision.py
CogniteCubeMap
Bases: DomainModel
This represents the reading version of Cognite cube map.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite cube map. |
required | |
data_record
|
The data record of the Cognite cube map node. |
required | |
back
|
Direct relation to a file holding the back projection of the cube map |
required | |
bottom
|
Direct relation to a file holding the bottom projection of the cube map |
required | |
front
|
Direct relation to a file holding the front projection of the cube map |
required | |
left
|
Direct relation to a file holding the left projection of the cube map |
required | |
right
|
Direct relation to a file holding the right projection of the cube map |
required | |
top
|
Direct relation to a file holding the top projection of the cube map |
required |
Source code in examples/cognite_core/data_classes/_cognite_cube_map.py
as_write()
Convert this read version of Cognite cube map to the writing version.
CogniteCubeMapGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite cube map, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite cube map. |
required | |
data_record
|
The data record of the Cognite cube map node. |
required | |
back
|
Direct relation to a file holding the back projection of the cube map |
required | |
bottom
|
Direct relation to a file holding the bottom projection of the cube map |
required | |
front
|
Direct relation to a file holding the front projection of the cube map |
required | |
left
|
Direct relation to a file holding the left projection of the cube map |
required | |
right
|
Direct relation to a file holding the right projection of the cube map |
required | |
top
|
Direct relation to a file holding the top projection of the cube map |
required |
Source code in examples/cognite_core/data_classes/_cognite_cube_map.py
as_read()
Convert this GraphQL format of Cognite cube map to the reading format.
as_write()
Convert this GraphQL format of Cognite cube map to the writing format.
CogniteCubeMapList
Bases: DomainModelList[CogniteCubeMap]
List of Cognite cube maps in the read version.
Source code in examples/cognite_core/data_classes/_cognite_cube_map.py
as_write()
Convert these read versions of Cognite cube map to the writing versions.
CogniteCubeMapWrite
Bases: DomainModelWrite
This represents the writing version of Cognite cube map.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite cube map. |
required | |
data_record
|
The data record of the Cognite cube map node. |
required | |
back
|
Direct relation to a file holding the back projection of the cube map |
required | |
bottom
|
Direct relation to a file holding the bottom projection of the cube map |
required | |
front
|
Direct relation to a file holding the front projection of the cube map |
required | |
left
|
Direct relation to a file holding the left projection of the cube map |
required | |
right
|
Direct relation to a file holding the right projection of the cube map |
required | |
top
|
Direct relation to a file holding the top projection of the cube map |
required |
Source code in examples/cognite_core/data_classes/_cognite_cube_map.py
CogniteCubeMapWriteList
Bases: DomainModelWriteList[CogniteCubeMapWrite]
List of Cognite cube maps in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_cube_map.py
CogniteDescribableEdge
Bases: DomainRelation
This represents the reading version of Cognite describable edge.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite describable edge. |
required | |
data_record
|
The data record of the Cognite describable edge edge. |
required | |
end_node
|
The end node of this edge. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_describable_edge.py
as_write()
Convert this read version of Cognite describable edge to the writing version.
CogniteDescribableEdgeGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite describable edge, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite describable edge. |
required | |
data_record
|
The data record of the Cognite describable edge node. |
required | |
end_node
|
The end node of this edge. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_describable_edge.py
as_read()
Convert this GraphQL format of Cognite describable edge to the reading format.
as_write()
Convert this GraphQL format of Cognite describable edge to the writing format.
CogniteDescribableEdgeList
Bases: DomainRelationList[CogniteDescribableEdge]
List of Cognite describable edges in the reading version.
Source code in examples/cognite_core/data_classes/_cognite_describable_edge.py
as_write()
Convert this read version of Cognite describable edge list to the writing version.
Source code in examples/cognite_core/data_classes/_cognite_describable_edge.py
CogniteDescribableEdgeWrite
Bases: DomainRelationWrite
This represents the writing version of Cognite describable edge.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite describable edge. |
required | |
data_record
|
The data record of the Cognite describable edge edge. |
required | |
end_node
|
The end node of this edge. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_describable_edge.py
CogniteDescribableEdgeWriteList
Bases: DomainRelationWriteList[CogniteDescribableEdgeWrite]
List of Cognite describable edges in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_describable_edge.py
CogniteDescribableNode
Bases: DomainModel
This represents the reading version of Cognite describable node.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite describable node. |
required | |
data_record
|
The data record of the Cognite describable node node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_describable_node.py
as_write()
Convert this read version of Cognite describable node to the writing version.
CogniteDescribableNodeGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite describable node, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite describable node. |
required | |
data_record
|
The data record of the Cognite describable node node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_describable_node.py
as_read()
Convert this GraphQL format of Cognite describable node to the reading format.
as_write()
Convert this GraphQL format of Cognite describable node to the writing format.
CogniteDescribableNodeList
Bases: DomainModelList[CogniteDescribableNode]
List of Cognite describable nodes in the read version.
Source code in examples/cognite_core/data_classes/_cognite_describable_node.py
as_write()
Convert these read versions of Cognite describable node to the writing versions.
Source code in examples/cognite_core/data_classes/_cognite_describable_node.py
CogniteDescribableNodeWrite
Bases: DomainModelWrite
This represents the writing version of Cognite describable node.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite describable node. |
required | |
data_record
|
The data record of the Cognite describable node node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_describable_node.py
CogniteDescribableNodeWriteList
Bases: DomainModelWriteList[CogniteDescribableNodeWrite]
List of Cognite describable nodes in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_describable_node.py
CogniteDiagramAnnotation
Bases: CogniteAnnotation
This represents the reading version of Cognite diagram annotation.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite diagram annotation. |
required | |
data_record
|
The data record of the Cognite diagram annotation edge. |
required | |
end_node
|
The end node of this edge. |
required | |
aliases
|
Alternative names for the node |
required | |
confidence
|
The confidence that the annotation is a good match |
required | |
description
|
Description of the instance |
required | |
end_node_page_number
|
The number of the page on which this annotation is located in the endNode File if an endNode is present. The first page has number 1 |
required | |
end_node_text
|
The text extracted from within the bounding box on the endNode. Only applicable if an endNode is defined |
required | |
end_node_x_max
|
Value between [0,1]. Maximum abscissa of the bounding box (right edge). Must be strictly more than endNodeXMin. Only applicable if an endNode is defined |
required | |
end_node_x_min
|
Value between [0,1]. Minimum abscissa of the bounding box (left edge). Must be strictly less than endNodeXMax. Only applicable if an endNode is defined |
required | |
end_node_y_max
|
Value between [0,1]. Maximum ordinate of the bounding box (top edge). Must be strictly more than endNodeYMin. Only applicable if an endNode is defined |
required | |
end_node_y_min
|
Value between [0,1]. Minimum ordinate of the bounding box (bottom edge). Must be strictly less than endNodeYMax. Only applicable if an endNode is defined |
required | |
name
|
Name of the instance |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
start_node_page_number
|
The number of the page on which this annotation is located in |
required | |
start_node_text
|
The text extracted from within the bounding box on the startNode |
required | |
start_node_x_max
|
Value between [0,1]. Maximum abscissa of the bounding box (right edge). Must be strictly more than startNodeXMin |
required | |
start_node_x_min
|
Value between [0,1]. Minimum abscissa of the bounding box (left edge). Must be strictly less than startNodeXMax |
required | |
start_node_y_max
|
Value between [0,1]. Maximum ordinate of the bounding box (top edge). Must be strictly more than startNodeYMin |
required | |
start_node_y_min
|
Value between [0,1]. Minimum ordinate of the bounding box (bottom edge). Must be strictly less than startNodeYMax |
required | |
status
|
The status of the annotation |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_diagram_annotation.py
as_write()
Convert this read version of Cognite diagram annotation to the writing version.
Source code in examples/cognite_core/data_classes/_cognite_diagram_annotation.py
CogniteDiagramAnnotationGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite diagram annotation, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite diagram annotation. |
required | |
data_record
|
The data record of the Cognite diagram annotation node. |
required | |
end_node
|
The end node of this edge. |
required | |
aliases
|
Alternative names for the node |
required | |
confidence
|
The confidence that the annotation is a good match |
required | |
description
|
Description of the instance |
required | |
end_node_page_number
|
The number of the page on which this annotation is located in the endNode File if an endNode is present. The first page has number 1 |
required | |
end_node_text
|
The text extracted from within the bounding box on the endNode. Only applicable if an endNode is defined |
required | |
end_node_x_max
|
Value between [0,1]. Maximum abscissa of the bounding box (right edge). Must be strictly more than endNodeXMin. Only applicable if an endNode is defined |
required | |
end_node_x_min
|
Value between [0,1]. Minimum abscissa of the bounding box (left edge). Must be strictly less than endNodeXMax. Only applicable if an endNode is defined |
required | |
end_node_y_max
|
Value between [0,1]. Maximum ordinate of the bounding box (top edge). Must be strictly more than endNodeYMin. Only applicable if an endNode is defined |
required | |
end_node_y_min
|
Value between [0,1]. Minimum ordinate of the bounding box (bottom edge). Must be strictly less than endNodeYMax. Only applicable if an endNode is defined |
required | |
name
|
Name of the instance |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
start_node_page_number
|
The number of the page on which this annotation is located in |
required | |
start_node_text
|
The text extracted from within the bounding box on the startNode |
required | |
start_node_x_max
|
Value between [0,1]. Maximum abscissa of the bounding box (right edge). Must be strictly more than startNodeXMin |
required | |
start_node_x_min
|
Value between [0,1]. Minimum abscissa of the bounding box (left edge). Must be strictly less than startNodeXMax |
required | |
start_node_y_max
|
Value between [0,1]. Maximum ordinate of the bounding box (top edge). Must be strictly more than startNodeYMin |
required | |
start_node_y_min
|
Value between [0,1]. Minimum ordinate of the bounding box (bottom edge). Must be strictly less than startNodeYMax |
required | |
status
|
The status of the annotation |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_diagram_annotation.py
134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 |
|
as_read()
Convert this GraphQL format of Cognite diagram annotation to the reading format.
as_write()
Convert this GraphQL format of Cognite diagram annotation to the writing format.
Source code in examples/cognite_core/data_classes/_cognite_diagram_annotation.py
CogniteDiagramAnnotationList
Bases: DomainRelationList[CogniteDiagramAnnotation]
List of Cognite diagram annotations in the reading version.
Source code in examples/cognite_core/data_classes/_cognite_diagram_annotation.py
as_write()
Convert this read version of Cognite diagram annotation list to the writing version.
Source code in examples/cognite_core/data_classes/_cognite_diagram_annotation.py
CogniteDiagramAnnotationWrite
Bases: CogniteAnnotationWrite
This represents the writing version of Cognite diagram annotation.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite diagram annotation. |
required | |
data_record
|
The data record of the Cognite diagram annotation edge. |
required | |
end_node
|
The end node of this edge. |
required | |
aliases
|
Alternative names for the node |
required | |
confidence
|
The confidence that the annotation is a good match |
required | |
description
|
Description of the instance |
required | |
end_node_page_number
|
The number of the page on which this annotation is located in the endNode File if an endNode is present. The first page has number 1 |
required | |
end_node_text
|
The text extracted from within the bounding box on the endNode. Only applicable if an endNode is defined |
required | |
end_node_x_max
|
Value between [0,1]. Maximum abscissa of the bounding box (right edge). Must be strictly more than endNodeXMin. Only applicable if an endNode is defined |
required | |
end_node_x_min
|
Value between [0,1]. Minimum abscissa of the bounding box (left edge). Must be strictly less than endNodeXMax. Only applicable if an endNode is defined |
required | |
end_node_y_max
|
Value between [0,1]. Maximum ordinate of the bounding box (top edge). Must be strictly more than endNodeYMin. Only applicable if an endNode is defined |
required | |
end_node_y_min
|
Value between [0,1]. Minimum ordinate of the bounding box (bottom edge). Must be strictly less than endNodeYMax. Only applicable if an endNode is defined |
required | |
name
|
Name of the instance |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
start_node_page_number
|
The number of the page on which this annotation is located in |
required | |
start_node_text
|
The text extracted from within the bounding box on the startNode |
required | |
start_node_x_max
|
Value between [0,1]. Maximum abscissa of the bounding box (right edge). Must be strictly more than startNodeXMin |
required | |
start_node_x_min
|
Value between [0,1]. Minimum abscissa of the bounding box (left edge). Must be strictly less than startNodeXMax |
required | |
start_node_y_max
|
Value between [0,1]. Maximum ordinate of the bounding box (top edge). Must be strictly more than startNodeYMin |
required | |
start_node_y_min
|
Value between [0,1]. Minimum ordinate of the bounding box (bottom edge). Must be strictly less than startNodeYMax |
required | |
status
|
The status of the annotation |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_diagram_annotation.py
313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 |
|
CogniteDiagramAnnotationWriteList
Bases: DomainRelationWriteList[CogniteDiagramAnnotationWrite]
List of Cognite diagram annotations in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_diagram_annotation.py
CogniteEquipment
Bases: CogniteDescribableNode
, CogniteSourceableNode
This represents the reading version of Cognite equipment.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite equipment. |
required | |
data_record
|
The data record of the Cognite equipment node. |
required | |
activities
|
An automatically updated list of activities related to the equipment. |
required | |
aliases
|
Alternative names for the node |
required | |
asset
|
The asset the equipment is related to. |
required | |
description
|
Description of the instance |
required | |
equipment_type
|
Specifies the type of the equipment. It's a direct relation to CogniteEquipmentType. |
required | |
files
|
A list of files the equipment relates to. |
required | |
manufacturer
|
The manufacturer of the equipment. |
required | |
name
|
Name of the instance |
required | |
serial_number
|
The serial number of the equipment. |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
time_series
|
An automatically updated list of time series related to the equipment. |
required |
Source code in examples/cognite_core/data_classes/_cognite_equipment.py
as_write()
Convert this read version of Cognite equipment to the writing version.
CogniteEquipmentGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite equipment, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite equipment. |
required | |
data_record
|
The data record of the Cognite equipment node. |
required | |
activities
|
An automatically updated list of activities related to the equipment. |
required | |
aliases
|
Alternative names for the node |
required | |
asset
|
The asset the equipment is related to. |
required | |
description
|
Description of the instance |
required | |
equipment_type
|
Specifies the type of the equipment. It's a direct relation to CogniteEquipmentType. |
required | |
files
|
A list of files the equipment relates to. |
required | |
manufacturer
|
The manufacturer of the equipment. |
required | |
name
|
Name of the instance |
required | |
serial_number
|
The serial number of the equipment. |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
time_series
|
An automatically updated list of time series related to the equipment. |
required |
Source code in examples/cognite_core/data_classes/_cognite_equipment.py
147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 |
|
as_read()
Convert this GraphQL format of Cognite equipment to the reading format.
as_write()
Convert this GraphQL format of Cognite equipment to the writing format.
CogniteEquipmentList
Bases: DomainModelList[CogniteEquipment]
List of Cognite equipments in the read version.
Source code in examples/cognite_core/data_classes/_cognite_equipment.py
as_write()
Convert these read versions of Cognite equipment to the writing versions.
CogniteEquipmentType
Bases: CogniteDescribableNode
This represents the reading version of Cognite equipment type.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite equipment type. |
required | |
data_record
|
The data record of the Cognite equipment type node. |
required | |
aliases
|
Alternative names for the node |
required | |
code
|
A unique identifier for the type of equipment. |
required | |
description
|
Description of the instance |
required | |
equipment_class
|
Represents the class of equipment. |
required | |
name
|
Name of the instance |
required | |
standard
|
An identifier for the standard this equipment type is sourced from, for example, ISO14224. |
required | |
standard_reference
|
A reference to the source of the equipment standard. |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_equipment_type.py
as_write()
Convert this read version of Cognite equipment type to the writing version.
CogniteEquipmentTypeGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite equipment type, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite equipment type. |
required | |
data_record
|
The data record of the Cognite equipment type node. |
required | |
aliases
|
Alternative names for the node |
required | |
code
|
A unique identifier for the type of equipment. |
required | |
description
|
Description of the instance |
required | |
equipment_class
|
Represents the class of equipment. |
required | |
name
|
Name of the instance |
required | |
standard
|
An identifier for the standard this equipment type is sourced from, for example, ISO14224. |
required | |
standard_reference
|
A reference to the source of the equipment standard. |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_equipment_type.py
as_read()
Convert this GraphQL format of Cognite equipment type to the reading format.
as_write()
Convert this GraphQL format of Cognite equipment type to the writing format.
CogniteEquipmentTypeList
Bases: DomainModelList[CogniteEquipmentType]
List of Cognite equipment types in the read version.
Source code in examples/cognite_core/data_classes/_cognite_equipment_type.py
as_write()
Convert these read versions of Cognite equipment type to the writing versions.
Source code in examples/cognite_core/data_classes/_cognite_equipment_type.py
CogniteEquipmentTypeWrite
Bases: CogniteDescribableNodeWrite
This represents the writing version of Cognite equipment type.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite equipment type. |
required | |
data_record
|
The data record of the Cognite equipment type node. |
required | |
aliases
|
Alternative names for the node |
required | |
code
|
A unique identifier for the type of equipment. |
required | |
description
|
Description of the instance |
required | |
equipment_class
|
Represents the class of equipment. |
required | |
name
|
Name of the instance |
required | |
standard
|
An identifier for the standard this equipment type is sourced from, for example, ISO14224. |
required | |
standard_reference
|
A reference to the source of the equipment standard. |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_equipment_type.py
CogniteEquipmentTypeWriteList
Bases: DomainModelWriteList[CogniteEquipmentTypeWrite]
List of Cognite equipment types in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_equipment_type.py
CogniteEquipmentWrite
Bases: CogniteDescribableNodeWrite
, CogniteSourceableNodeWrite
This represents the writing version of Cognite equipment.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite equipment. |
required | |
data_record
|
The data record of the Cognite equipment node. |
required | |
aliases
|
Alternative names for the node |
required | |
asset
|
The asset the equipment is related to. |
required | |
description
|
Description of the instance |
required | |
equipment_type
|
Specifies the type of the equipment. It's a direct relation to CogniteEquipmentType. |
required | |
files
|
A list of files the equipment relates to. |
required | |
manufacturer
|
The manufacturer of the equipment. |
required | |
name
|
Name of the instance |
required | |
serial_number
|
The serial number of the equipment. |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_equipment.py
CogniteEquipmentWriteList
Bases: DomainModelWriteList[CogniteEquipmentWrite]
List of Cognite equipments in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_equipment.py
CogniteFile
Bases: CogniteDescribableNode
, CogniteSourceableNode
This represents the reading version of Cognite file.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite file. |
required | |
data_record
|
The data record of the Cognite file node. |
required | |
aliases
|
Alternative names for the node |
required | |
assets
|
A list of assets this file is related to. |
required | |
category
|
Specifies the detected category the file belongs to. It's a direct relation to an instance of CogniteFileCategory. |
required | |
description
|
Description of the instance |
required | |
directory
|
Contains the path elements from the source (if the source system has a file system hierarchy or similar.) |
required | |
equipment
|
An automatically updated list of equipment this file is related to. |
required | |
is_uploaded
|
Specifies if the file content has been uploaded to Cognite Data Fusion or not. |
required | |
mime_type
|
The MIME type of the file. |
required | |
name
|
Name of the instance |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
uploaded_time
|
The time the file upload completed. |
required |
Source code in examples/cognite_core/data_classes/_cognite_file.py
as_write()
Convert this read version of Cognite file to the writing version.
CogniteFileCategory
Bases: CogniteDescribableNode
This represents the reading version of Cognite file category.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite file category. |
required | |
data_record
|
The data record of the Cognite file category node. |
required | |
aliases
|
Alternative names for the node |
required | |
code
|
An identifier for the category, for example, 'AA' for Accounting (from Norsok.) |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
standard
|
The name of the standard the category originates from, for example, 'Norsok'. |
required | |
standard_reference
|
A reference to the source of the category standard. |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_file_category.py
as_write()
Convert this read version of Cognite file category to the writing version.
CogniteFileCategoryGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite file category, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite file category. |
required | |
data_record
|
The data record of the Cognite file category node. |
required | |
aliases
|
Alternative names for the node |
required | |
code
|
An identifier for the category, for example, 'AA' for Accounting (from Norsok.) |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
standard
|
The name of the standard the category originates from, for example, 'Norsok'. |
required | |
standard_reference
|
A reference to the source of the category standard. |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_file_category.py
as_read()
Convert this GraphQL format of Cognite file category to the reading format.
as_write()
Convert this GraphQL format of Cognite file category to the writing format.
CogniteFileCategoryList
Bases: DomainModelList[CogniteFileCategory]
List of Cognite file categories in the read version.
Source code in examples/cognite_core/data_classes/_cognite_file_category.py
as_write()
Convert these read versions of Cognite file category to the writing versions.
CogniteFileCategoryWrite
Bases: CogniteDescribableNodeWrite
This represents the writing version of Cognite file category.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite file category. |
required | |
data_record
|
The data record of the Cognite file category node. |
required | |
aliases
|
Alternative names for the node |
required | |
code
|
An identifier for the category, for example, 'AA' for Accounting (from Norsok.) |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
standard
|
The name of the standard the category originates from, for example, 'Norsok'. |
required | |
standard_reference
|
A reference to the source of the category standard. |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_file_category.py
CogniteFileCategoryWriteList
Bases: DomainModelWriteList[CogniteFileCategoryWrite]
List of Cognite file categories in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_file_category.py
CogniteFileGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite file, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite file. |
required | |
data_record
|
The data record of the Cognite file node. |
required | |
aliases
|
Alternative names for the node |
required | |
assets
|
A list of assets this file is related to. |
required | |
category
|
Specifies the detected category the file belongs to. It's a direct relation to an instance of CogniteFileCategory. |
required | |
description
|
Description of the instance |
required | |
directory
|
Contains the path elements from the source (if the source system has a file system hierarchy or similar.) |
required | |
equipment
|
An automatically updated list of equipment this file is related to. |
required | |
is_uploaded
|
Specifies if the file content has been uploaded to Cognite Data Fusion or not. |
required | |
mime_type
|
The MIME type of the file. |
required | |
name
|
Name of the instance |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
uploaded_time
|
The time the file upload completed. |
required |
Source code in examples/cognite_core/data_classes/_cognite_file.py
139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
|
as_read()
Convert this GraphQL format of Cognite file to the reading format.
as_write()
Convert this GraphQL format of Cognite file to the writing format.
CogniteFileList
Bases: DomainModelList[CogniteFile]
List of Cognite files in the read version.
Source code in examples/cognite_core/data_classes/_cognite_file.py
as_write()
Convert these read versions of Cognite file to the writing versions.
CogniteFileWrite
Bases: CogniteDescribableNodeWrite
, CogniteSourceableNodeWrite
This represents the writing version of Cognite file.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite file. |
required | |
data_record
|
The data record of the Cognite file node. |
required | |
aliases
|
Alternative names for the node |
required | |
assets
|
A list of assets this file is related to. |
required | |
category
|
Specifies the detected category the file belongs to. It's a direct relation to an instance of CogniteFileCategory. |
required | |
description
|
Description of the instance |
required | |
directory
|
Contains the path elements from the source (if the source system has a file system hierarchy or similar.) |
required | |
mime_type
|
The MIME type of the file. |
required | |
name
|
Name of the instance |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_file.py
CogniteFileWriteList
Bases: DomainModelWriteList[CogniteFileWrite]
List of Cognite files in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_file.py
CognitePointCloudModel
Bases: Cognite3DModel
This represents the reading version of Cognite point cloud model.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite point cloud model. |
required | |
data_record
|
The data record of the Cognite point cloud model node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
revisions
|
List of revisions for this PointCloud model |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
thumbnail
|
Thumbnail of the 3D model |
required | |
type_
|
CAD, PointCloud or Image360 |
required |
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_model.py
as_write()
Convert this read version of Cognite point cloud model to the writing version.
CognitePointCloudModelGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite point cloud model, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite point cloud model. |
required | |
data_record
|
The data record of the Cognite point cloud model node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
revisions
|
List of revisions for this PointCloud model |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
thumbnail
|
Thumbnail of the 3D model |
required | |
type_
|
CAD, PointCloud or Image360 |
required |
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_model.py
as_read()
Convert this GraphQL format of Cognite point cloud model to the reading format.
as_write()
Convert this GraphQL format of Cognite point cloud model to the writing format.
CognitePointCloudModelList
Bases: DomainModelList[CognitePointCloudModel]
List of Cognite point cloud models in the read version.
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_model.py
as_write()
Convert these read versions of Cognite point cloud model to the writing versions.
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_model.py
CognitePointCloudModelWrite
Bases: Cognite3DModelWrite
This represents the writing version of Cognite point cloud model.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite point cloud model. |
required | |
data_record
|
The data record of the Cognite point cloud model node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
thumbnail
|
Thumbnail of the 3D model |
required | |
type_
|
CAD, PointCloud or Image360 |
required |
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_model.py
CognitePointCloudModelWriteList
Bases: DomainModelWriteList[CognitePointCloudModelWrite]
List of Cognite point cloud models in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_model.py
CognitePointCloudRevision
Bases: Cognite3DRevision
This represents the reading version of Cognite point cloud revision.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite point cloud revision. |
required | |
data_record
|
The data record of the Cognite point cloud revision node. |
required | |
model_3d
|
. |
required | |
published
|
The published field. |
required | |
revision_id
|
The 3D API revision identifier for this PointCloud model |
required | |
status
|
The status field. |
required | |
type_
|
The type field. |
required |
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_revision.py
as_write()
Convert this read version of Cognite point cloud revision to the writing version.
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_revision.py
CognitePointCloudRevisionGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite point cloud revision, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite point cloud revision. |
required | |
data_record
|
The data record of the Cognite point cloud revision node. |
required | |
model_3d
|
. |
required | |
published
|
The published field. |
required | |
revision_id
|
The 3D API revision identifier for this PointCloud model |
required | |
status
|
The status field. |
required | |
type_
|
The type field. |
required |
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_revision.py
as_read()
Convert this GraphQL format of Cognite point cloud revision to the reading format.
as_write()
Convert this GraphQL format of Cognite point cloud revision to the writing format.
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_revision.py
CognitePointCloudRevisionList
Bases: DomainModelList[CognitePointCloudRevision]
List of Cognite point cloud revisions in the read version.
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_revision.py
as_write()
Convert these read versions of Cognite point cloud revision to the writing versions.
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_revision.py
CognitePointCloudRevisionWrite
Bases: Cognite3DRevisionWrite
This represents the writing version of Cognite point cloud revision.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite point cloud revision. |
required | |
data_record
|
The data record of the Cognite point cloud revision node. |
required | |
model_3d
|
. |
required | |
published
|
The published field. |
required | |
revision_id
|
The 3D API revision identifier for this PointCloud model |
required | |
status
|
The status field. |
required | |
type_
|
The type field. |
required |
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_revision.py
CognitePointCloudRevisionWriteList
Bases: DomainModelWriteList[CognitePointCloudRevisionWrite]
List of Cognite point cloud revisions in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_revision.py
CognitePointCloudVolume
Bases: CogniteDescribableNode
This represents the reading version of Cognite point cloud volume.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite point cloud volume. |
required | |
data_record
|
The data record of the Cognite point cloud volume node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
format_version
|
Specifies the version the 'volume' field is following. Volume definition is today 9 floats (property volume) |
required | |
model_3d
|
Direct relation to Cognite3DModel instance |
required | |
name
|
Name of the instance |
required | |
object_3d
|
Direct relation to object3D grouping for this node |
required | |
revisions
|
List of direct relations to revision information |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
volume
|
Relevant coordinates for the volume type, 9 floats in total, that defines the volume |
required | |
volume_references
|
Unique volume metric hashes used to access the 3D specialized data storage |
required | |
volume_type
|
Type of volume (Cylinder or Box) |
required |
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_volume.py
as_write()
Convert this read version of Cognite point cloud volume to the writing version.
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_volume.py
CognitePointCloudVolumeGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite point cloud volume, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite point cloud volume. |
required | |
data_record
|
The data record of the Cognite point cloud volume node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
format_version
|
Specifies the version the 'volume' field is following. Volume definition is today 9 floats (property volume) |
required | |
model_3d
|
Direct relation to Cognite3DModel instance |
required | |
name
|
Name of the instance |
required | |
object_3d
|
Direct relation to object3D grouping for this node |
required | |
revisions
|
List of direct relations to revision information |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
volume
|
Relevant coordinates for the volume type, 9 floats in total, that defines the volume |
required | |
volume_references
|
Unique volume metric hashes used to access the 3D specialized data storage |
required | |
volume_type
|
Type of volume (Cylinder or Box) |
required |
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_volume.py
as_read()
Convert this GraphQL format of Cognite point cloud volume to the reading format.
as_write()
Convert this GraphQL format of Cognite point cloud volume to the writing format.
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_volume.py
CognitePointCloudVolumeList
Bases: DomainModelList[CognitePointCloudVolume]
List of Cognite point cloud volumes in the read version.
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_volume.py
as_write()
Convert these read versions of Cognite point cloud volume to the writing versions.
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_volume.py
CognitePointCloudVolumeWrite
Bases: CogniteDescribableNodeWrite
This represents the writing version of Cognite point cloud volume.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite point cloud volume. |
required | |
data_record
|
The data record of the Cognite point cloud volume node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
format_version
|
Specifies the version the 'volume' field is following. Volume definition is today 9 floats (property volume) |
required | |
model_3d
|
Direct relation to Cognite3DModel instance |
required | |
name
|
Name of the instance |
required | |
object_3d
|
Direct relation to object3D grouping for this node |
required | |
revisions
|
List of direct relations to revision information |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
volume
|
Relevant coordinates for the volume type, 9 floats in total, that defines the volume |
required | |
volume_references
|
Unique volume metric hashes used to access the 3D specialized data storage |
required | |
volume_type
|
Type of volume (Cylinder or Box) |
required |
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_volume.py
CognitePointCloudVolumeWriteList
Bases: DomainModelWriteList[CognitePointCloudVolumeWrite]
List of Cognite point cloud volumes in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_point_cloud_volume.py
CogniteSchedulable
Bases: DomainModel
This represents the reading version of Cognite schedulable.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite schedulable. |
required | |
data_record
|
The data record of the Cognite schedulable node. |
required | |
end_time
|
The actual end time of an activity (or similar that extends this) |
required | |
scheduled_end_time
|
The planned end time of an activity (or similar that extends this) |
required | |
scheduled_start_time
|
The planned start time of an activity (or similar that extends this) |
required | |
start_time
|
The actual start time of an activity (or similar that extends this) |
required |
Source code in examples/cognite_core/data_classes/_cognite_schedulable.py
as_write()
Convert this read version of Cognite schedulable to the writing version.
CogniteSchedulableGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite schedulable, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite schedulable. |
required | |
data_record
|
The data record of the Cognite schedulable node. |
required | |
end_time
|
The actual end time of an activity (or similar that extends this) |
required | |
scheduled_end_time
|
The planned end time of an activity (or similar that extends this) |
required | |
scheduled_start_time
|
The planned start time of an activity (or similar that extends this) |
required | |
start_time
|
The actual start time of an activity (or similar that extends this) |
required |
Source code in examples/cognite_core/data_classes/_cognite_schedulable.py
as_read()
Convert this GraphQL format of Cognite schedulable to the reading format.
as_write()
Convert this GraphQL format of Cognite schedulable to the writing format.
CogniteSchedulableList
Bases: DomainModelList[CogniteSchedulable]
List of Cognite schedulables in the read version.
Source code in examples/cognite_core/data_classes/_cognite_schedulable.py
as_write()
Convert these read versions of Cognite schedulable to the writing versions.
CogniteSchedulableWrite
Bases: DomainModelWrite
This represents the writing version of Cognite schedulable.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite schedulable. |
required | |
data_record
|
The data record of the Cognite schedulable node. |
required | |
end_time
|
The actual end time of an activity (or similar that extends this) |
required | |
scheduled_end_time
|
The planned end time of an activity (or similar that extends this) |
required | |
scheduled_start_time
|
The planned start time of an activity (or similar that extends this) |
required | |
start_time
|
The actual start time of an activity (or similar that extends this) |
required |
Source code in examples/cognite_core/data_classes/_cognite_schedulable.py
CogniteSchedulableWriteList
Bases: DomainModelWriteList[CogniteSchedulableWrite]
List of Cognite schedulables in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_schedulable.py
CogniteSourceSystem
Bases: CogniteDescribableNode
This represents the reading version of Cognite source system.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite source system. |
required | |
data_record
|
The data record of the Cognite source system node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
manufacturer
|
Manufacturer of the source system |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
version_
|
Version identifier for the source system |
required |
Source code in examples/cognite_core/data_classes/_cognite_source_system.py
as_write()
Convert this read version of Cognite source system to the writing version.
CogniteSourceSystemGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite source system, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite source system. |
required | |
data_record
|
The data record of the Cognite source system node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
manufacturer
|
Manufacturer of the source system |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
version_
|
Version identifier for the source system |
required |
Source code in examples/cognite_core/data_classes/_cognite_source_system.py
as_read()
Convert this GraphQL format of Cognite source system to the reading format.
as_write()
Convert this GraphQL format of Cognite source system to the writing format.
CogniteSourceSystemList
Bases: DomainModelList[CogniteSourceSystem]
List of Cognite source systems in the read version.
Source code in examples/cognite_core/data_classes/_cognite_source_system.py
as_write()
Convert these read versions of Cognite source system to the writing versions.
CogniteSourceSystemWrite
Bases: CogniteDescribableNodeWrite
This represents the writing version of Cognite source system.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite source system. |
required | |
data_record
|
The data record of the Cognite source system node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
manufacturer
|
Manufacturer of the source system |
required | |
name
|
Name of the instance |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
version_
|
Version identifier for the source system |
required |
Source code in examples/cognite_core/data_classes/_cognite_source_system.py
CogniteSourceSystemWriteList
Bases: DomainModelWriteList[CogniteSourceSystemWrite]
List of Cognite source systems in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_source_system.py
CogniteSourceableEdge
Bases: DomainRelation
This represents the reading version of Cognite sourceable edge.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite sourceable edge. |
required | |
data_record
|
The data record of the Cognite sourceable edge edge. |
required | |
end_node
|
The end node of this edge. |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required |
Source code in examples/cognite_core/data_classes/_cognite_sourceable_edge.py
as_write()
Convert this read version of Cognite sourceable edge to the writing version.
CogniteSourceableEdgeGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite sourceable edge, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite sourceable edge. |
required | |
data_record
|
The data record of the Cognite sourceable edge node. |
required | |
end_node
|
The end node of this edge. |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required |
Source code in examples/cognite_core/data_classes/_cognite_sourceable_edge.py
as_read()
Convert this GraphQL format of Cognite sourceable edge to the reading format.
as_write()
Convert this GraphQL format of Cognite sourceable edge to the writing format.
CogniteSourceableEdgeList
Bases: DomainRelationList[CogniteSourceableEdge]
List of Cognite sourceable edges in the reading version.
Source code in examples/cognite_core/data_classes/_cognite_sourceable_edge.py
as_write()
Convert this read version of Cognite sourceable edge list to the writing version.
Source code in examples/cognite_core/data_classes/_cognite_sourceable_edge.py
CogniteSourceableEdgeWrite
Bases: DomainRelationWrite
This represents the writing version of Cognite sourceable edge.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite sourceable edge. |
required | |
data_record
|
The data record of the Cognite sourceable edge edge. |
required | |
end_node
|
The end node of this edge. |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required |
Source code in examples/cognite_core/data_classes/_cognite_sourceable_edge.py
CogniteSourceableEdgeWriteList
Bases: DomainRelationWriteList[CogniteSourceableEdgeWrite]
List of Cognite sourceable edges in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_sourceable_edge.py
CogniteSourceableNode
Bases: DomainModel
This represents the reading version of Cognite sourceable node.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite sourceable node. |
required | |
data_record
|
The data record of the Cognite sourceable node node. |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required |
Source code in examples/cognite_core/data_classes/_cognite_sourceable_node.py
as_write()
Convert this read version of Cognite sourceable node to the writing version.
CogniteSourceableNodeGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite sourceable node, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite sourceable node. |
required | |
data_record
|
The data record of the Cognite sourceable node node. |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required |
Source code in examples/cognite_core/data_classes/_cognite_sourceable_node.py
as_read()
Convert this GraphQL format of Cognite sourceable node to the reading format.
as_write()
Convert this GraphQL format of Cognite sourceable node to the writing format.
CogniteSourceableNodeList
Bases: DomainModelList[CogniteSourceableNode]
List of Cognite sourceable nodes in the read version.
Source code in examples/cognite_core/data_classes/_cognite_sourceable_node.py
as_write()
Convert these read versions of Cognite sourceable node to the writing versions.
Source code in examples/cognite_core/data_classes/_cognite_sourceable_node.py
CogniteSourceableNodeWrite
Bases: DomainModelWrite
This represents the writing version of Cognite sourceable node.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite sourceable node. |
required | |
data_record
|
The data record of the Cognite sourceable node node. |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required |
Source code in examples/cognite_core/data_classes/_cognite_sourceable_node.py
CogniteSourceableNodeWriteList
Bases: DomainModelWriteList[CogniteSourceableNodeWrite]
List of Cognite sourceable nodes in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_sourceable_node.py
CogniteTimeSeries
Bases: CogniteDescribableNode
, CogniteSourceableNode
This represents the reading version of Cognite time series.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite time series. |
required | |
data_record
|
The data record of the Cognite time series node. |
required | |
activities
|
An automatically updated list of activities the time series is related to. |
required | |
aliases
|
Alternative names for the node |
required | |
assets
|
A list of assets the time series is related to. |
required | |
description
|
Description of the instance |
required | |
equipment
|
A list of equipment the time series is related to. |
required | |
is_step
|
Specifies whether the time series is a step time series or not. |
required | |
name
|
Name of the instance |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_unit
|
The unit specified in the source system. |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
type_
|
Specifies the data type of the data points. |
required | |
unit
|
The unit of the time series. |
required |
Source code in examples/cognite_core/data_classes/_cognite_time_series.py
as_write()
Convert this read version of Cognite time series to the writing version.
CogniteTimeSeriesGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite time series, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite time series. |
required | |
data_record
|
The data record of the Cognite time series node. |
required | |
activities
|
An automatically updated list of activities the time series is related to. |
required | |
aliases
|
Alternative names for the node |
required | |
assets
|
A list of assets the time series is related to. |
required | |
description
|
Description of the instance |
required | |
equipment
|
A list of equipment the time series is related to. |
required | |
is_step
|
Specifies whether the time series is a step time series or not. |
required | |
name
|
Name of the instance |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_unit
|
The unit specified in the source system. |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
type_
|
Specifies the data type of the data points. |
required | |
unit
|
The unit of the time series. |
required |
Source code in examples/cognite_core/data_classes/_cognite_time_series.py
143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 |
|
as_read()
Convert this GraphQL format of Cognite time series to the reading format.
as_write()
Convert this GraphQL format of Cognite time series to the writing format.
CogniteTimeSeriesList
Bases: DomainModelList[CogniteTimeSeries]
List of Cognite time series in the read version.
Source code in examples/cognite_core/data_classes/_cognite_time_series.py
as_write()
Convert these read versions of Cognite time series to the writing versions.
CogniteTimeSeriesWrite
Bases: CogniteDescribableNodeWrite
, CogniteSourceableNodeWrite
This represents the writing version of Cognite time series.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite time series. |
required | |
data_record
|
The data record of the Cognite time series node. |
required | |
aliases
|
Alternative names for the node |
required | |
assets
|
A list of assets the time series is related to. |
required | |
description
|
Description of the instance |
required | |
equipment
|
A list of equipment the time series is related to. |
required | |
is_step
|
Specifies whether the time series is a step time series or not. |
required | |
name
|
Name of the instance |
required | |
source
|
Direct relation to a source system |
required | |
source_context
|
Context of the source id. For systems where the sourceId is globally unique, the sourceContext is expected to not be set. |
required | |
source_created_time
|
When the instance was created in source system (if available) |
required | |
source_created_user
|
User identifier from the source system on who created the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
source_id
|
Identifier from the source system |
required | |
source_unit
|
The unit specified in the source system. |
required | |
source_updated_time
|
When the instance was last updated in the source system (if available) |
required | |
source_updated_user
|
User identifier from the source system on who last updated the source data. This identifier is not guaranteed to match the user identifiers in CDF |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required | |
type_
|
Specifies the data type of the data points. |
required | |
unit
|
The unit of the time series. |
required |
Source code in examples/cognite_core/data_classes/_cognite_time_series.py
284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 |
|
CogniteTimeSeriesWriteList
Bases: DomainModelWriteList[CogniteTimeSeriesWrite]
List of Cognite time series in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_time_series.py
CogniteUnit
Bases: CogniteDescribableNode
This represents the reading version of Cognite unit.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite unit. |
required | |
data_record
|
The data record of the Cognite unit node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
quantity
|
Specifies the physical quantity the unit measures |
required | |
source
|
Source of the unit definition |
required | |
source_reference
|
Reference to the source of the unit definition |
required | |
symbol
|
The symbol for the unit of measurement |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_unit.py
as_write()
Convert this read version of Cognite unit to the writing version.
CogniteUnitGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite unit, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite unit. |
required | |
data_record
|
The data record of the Cognite unit node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
quantity
|
Specifies the physical quantity the unit measures |
required | |
source
|
Source of the unit definition |
required | |
source_reference
|
Reference to the source of the unit definition |
required | |
symbol
|
The symbol for the unit of measurement |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_unit.py
as_read()
Convert this GraphQL format of Cognite unit to the reading format.
as_write()
Convert this GraphQL format of Cognite unit to the writing format.
CogniteUnitList
Bases: DomainModelList[CogniteUnit]
List of Cognite units in the read version.
Source code in examples/cognite_core/data_classes/_cognite_unit.py
as_write()
Convert these read versions of Cognite unit to the writing versions.
CogniteUnitWrite
Bases: CogniteDescribableNodeWrite
This represents the writing version of Cognite unit.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite unit. |
required | |
data_record
|
The data record of the Cognite unit node. |
required | |
aliases
|
Alternative names for the node |
required | |
description
|
Description of the instance |
required | |
name
|
Name of the instance |
required | |
quantity
|
Specifies the physical quantity the unit measures |
required | |
source
|
Source of the unit definition |
required | |
source_reference
|
Reference to the source of the unit definition |
required | |
symbol
|
The symbol for the unit of measurement |
required | |
tags
|
Text based labels for generic use, limited to 1000 |
required |
Source code in examples/cognite_core/data_classes/_cognite_unit.py
CogniteUnitWriteList
Bases: DomainModelWriteList[CogniteUnitWrite]
List of Cognite units in the writing version.
Source code in examples/cognite_core/data_classes/_cognite_unit.py
CogniteVisualizable
Bases: DomainModel
This represents the reading version of Cognite visualizable.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite visualizable. |
required | |
data_record
|
The data record of the Cognite visualizable node. |
required | |
object_3d
|
Direct relation to an Object3D instance representing the 3D resource |
required |
Source code in examples/cognite_core/data_classes/_cognite_visualizable.py
as_write()
Convert this read version of Cognite visualizable to the writing version.
CogniteVisualizableGraphQL
Bases: GraphQLCore
This represents the reading version of Cognite visualizable, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite visualizable. |
required | |
data_record
|
The data record of the Cognite visualizable node. |
required | |
object_3d
|
Direct relation to an Object3D instance representing the 3D resource |
required |
Source code in examples/cognite_core/data_classes/_cognite_visualizable.py
as_read()
Convert this GraphQL format of Cognite visualizable to the reading format.
as_write()
Convert this GraphQL format of Cognite visualizable to the writing format.
CogniteVisualizableList
Bases: DomainModelList[CogniteVisualizable]
List of Cognite visualizables in the read version.
Source code in examples/cognite_core/data_classes/_cognite_visualizable.py
as_write()
Convert these read versions of Cognite visualizable to the writing versions.
CogniteVisualizableWrite
Bases: DomainModelWrite
This represents the writing version of Cognite visualizable.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the Cognite visualizable. |
required | |
data_record
|
The data record of the Cognite visualizable node. |
required | |
object_3d
|
Direct relation to an Object3D instance representing the 3D resource |
required |
Source code in examples/cognite_core/data_classes/_cognite_visualizable.py
CogniteVisualizableWriteList
Bases: DomainModelWriteList[CogniteVisualizableWrite]
List of Cognite visualizables in the writing version.