ModelResult interface

Result of a model status query operation.

Properties

createdDateTime

Get or set the created date time of the model.

lastUpdatedDateTime

Get or set the model last updated datetime.

modelId

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