ModelResult interface
模型狀態查詢作業的結果。
屬性
created |
取得或設定模型的建立日期時間。 |
last |
取得或設定上次更新日期時間的模型。 |
model |
取得或設定模型識別碼。 |
status | 取得或設定模型的狀態。 可能的值包括:'created'、'ready'、'invalid' |
屬性詳細資料
createdDateTime
取得或設定模型的建立日期時間。
createdDateTime?: Date
屬性值
Date
lastUpdatedDateTime
取得或設定上次更新日期時間的模型。
lastUpdatedDateTime?: Date
屬性值
Date
modelId
取得或設定模型識別碼。
modelId?: string
屬性值
string