Set
cognite.neat._session._set.SetAPI
#
Used to change the name of the data model from a data model id defined by neat to a user specified name.
data_model_id(new_model_id, name=None)
#
Sets the data model ID of the latest verified data model. Set the data model id as a tuple of strings
following the template (
Parameters:
Name | Type | Description | Default |
---|---|---|---|
new_model_id |
DataModelId | tuple[str, str, str]
|
The new data model id. |
required |
name |
str
|
The display name of the data model. If not set, the external ID will be used to generate the name. |
None
|
client(client)
#
Sets the client to be used in the session.