ModelTrainingDetails interface
模型定型詳細數據。
屬性
example |
用來定型模型的範例計數。 |
failure |
定型失敗的原因。 |
status | 可能的值包括:'Queued'、'InProgress'、'UpToDate'、'Fail'、'Success' |
status |
定型要求狀態標識碼。 |
training |
模型定型時。 |
屬性詳細資料
exampleCount
用來定型模型的範例計數。
exampleCount?: number
屬性值
number
failureReason
定型失敗的原因。
failureReason?: string
屬性值
string
status
statusId
定型要求狀態標識碼。
statusId?: number
屬性值
number
trainingDateTime
模型定型時。
trainingDateTime?: Date
屬性值
Date