ModelTrainingDetails interface
Model Training Details.
Properties
example |
The count of examples used to train the model. |
failure |
Reason for the training failure. |
status | Possible values include: 'Queued', 'InProgress', 'UpToDate', 'Fail', 'Success' |
status |
The train request status ID. |
training |
When the model was trained. |
Property Details
exampleCount
The count of examples used to train the model.
exampleCount?: number
Property Value
number
failureReason
Reason for the training failure.
failureReason?: string
Property Value
string
status
Possible values include: 'Queued', 'InProgress', 'UpToDate', 'Fail', 'Success'
status?: Status1
Property Value
statusId
The train request status ID.
statusId?: number
Property Value
number
trainingDateTime
When the model was trained.
trainingDateTime?: Date
Property Value
Date