TrainingResultOutput interface
Training result of a container
Properties
| created |
A combined UTC date and time string that describes the created time of the person group, large person group or large face list. |
| last |
A combined UTC date and time string that describes the last modify time of the person group, large person group or large face list, could be null value when the group is not successfully trained. |
| last |
A combined UTC date and time string that describes the last successful training time of the person group, large person group or large face list. |
| message | Show failure message when training failed (omitted when training succeed). |
| status | Training status of the container. Possible values: "notStarted", "running", "succeeded", "failed" |
Property Details
createdDateTime
A combined UTC date and time string that describes the created time of the person group, large person group or large face list.
createdDateTime: string
Property Value
string
lastActionDateTime
A combined UTC date and time string that describes the last modify time of the person group, large person group or large face list, could be null value when the group is not successfully trained.
lastActionDateTime: string
Property Value
string
lastSuccessfulTrainingDateTime
A combined UTC date and time string that describes the last successful training time of the person group, large person group or large face list.
lastSuccessfulTrainingDateTime: string
Property Value
string
message
Show failure message when training failed (omitted when training succeed).
message?: string
Property Value
string
status
Training status of the container.
Possible values: "notStarted", "running", "succeeded", "failed"
status: string
Property Value
string