Required capabilities:
datamodels:READ(cdf_cdm, cdf_cdm_3d)datamodelinstances:WRITE
Creates a job to be run using a 3D source. Currently supported in data-modeling projects only. The user defines a dms instance they want the job to run against, and defines it as the source of the job. Inside the job you define the space a job will exist in, and its external id, this is not populated into dms. The job external id should be created by the client, and be unique. If the job result is stored in dms, it will be stored using the space of the job. A session nonce is required by the request.
Job types with supported job sources:
The job with a given source. Currently supports only one job to be created at the time.
required | Array of objects (Create360ContextualizationJobItem) = 1 items |
A list of the created jobs
The response for a failed request.
{- "items": [
- {
- "space": "string",
- "externalId": "string",
- "name": "string",
- "type": "ImageTextDetection",
- "source": {
- "type": "Cognite360ImageCollection",
- "instanceId": {
- "space": "string",
- "externalId": "string"
}
}, - "configuration": { },
- "nonce": "string"
}
]
}{- "items": [
- {
- "space": "string",
- "externalId": "string",
- "name": "string",
- "type": "ImageTextDetection",
- "source": {
- "type": "Cognite360ImageCollection",
- "instanceId": {
- "space": "string",
- "externalId": "string"
}
}, - "configuration": { },
- "status": "Scheduled",
- "createdAt": 0
}
]
}