Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 889 Bytes

ModelingStatusResponse.md

File metadata and controls

13 lines (9 loc) · 889 Bytes

ModelingStatusResponse

Properties

Name Type Description Notes
id string The ID generated for the modeling job. Use to GET result when job is completed. [optional]
status string The status of the modeling job. [optional]
errorDetails \PureCloudPlatform\Client\V2\Model\ModelingProcessingError[] If the request could not be properly processed, error details will be given here. [optional]
modelingResultUri string The uri of the modeling result. It has a value if the status is either 'Success', 'PartialFailure', or 'Failed'. [optional]

[Back to Model list] [Back to API list] [Back to README]