await client.models3D.retrieve(3744350296805509);{
"name": "My Model",
"id": 1000,
"createdTime": 0,
"dataSetId": 4503599627370496,
"space": "<string>",
"metadata": {}
}Required capabilities:
threedAcl:READ
await client.models3D.retrieve(3744350296805509);{
"name": "My Model",
"id": 1000,
"createdTime": 0,
"dataSetId": 4503599627370496,
"space": "<string>",
"metadata": {}
}Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
Model ID.
A model object
The name of the model.
"My Model"
The ID of the model.
1000
The creation time of the resource, in milliseconds since January 1, 1970 at 00:00 UTC.
0
The dataSet Id for the item.
1 <= x <= 90071992547409911 - 43^[a-zA-Z][a-zA-Z0-9_-]{0,41}[a-zA-Z0-9]?$Custom, application specific metadata. String key -> String value. Limits: Maximum length of key is 32 bytes, value 512 bytes, up to 16 key-value pairs.
Show child attributes
Was this page helpful?