共用方式為


ModelResult interface

模型狀態查詢作業的結果。

屬性

createdDateTime

取得或設定模型的建立日期時間。

lastUpdatedDateTime

取得或設定上次更新日期時間的模型。

modelId

取得或設定模型識別碼。

status

取得或設定模型的狀態。 可能的值包括:'created'、'ready'、'invalid'

屬性詳細資料

createdDateTime

取得或設定模型的建立日期時間。

createdDateTime?: Date

屬性值

Date

lastUpdatedDateTime

取得或設定上次更新日期時間的模型。

lastUpdatedDateTime?: Date

屬性值

Date

modelId

取得或設定模型識別碼。

modelId?: string

屬性值

string

status

取得或設定模型的狀態。 可能的值包括:'created'、'ready'、'invalid'

status?: Status1

屬性值