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