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
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript