ModelResult interface
Result of a model status query operation.
Properties
created |
Get or set the created date time of the model. |
last |
Get or set the model last updated datetime. |
model |
Get or set model identifier. |
status | Get or set the status of model. Possible values include: 'created', 'ready', 'invalid' |
Property Details
createdDateTime
Get or set the created date time of the model.
createdDateTime?: Date
Property Value
Date
lastUpdatedDateTime
Get or set the model last updated datetime.
lastUpdatedDateTime?: Date
Property Value
Date
modelId
Get or set model identifier.
modelId?: string
Property Value
string
status
Get or set the status of model. Possible values include: 'created', 'ready', 'invalid'
status?: Status1