Package version:

Training result of a container

interface TrainingResultOutput {
    createdDateTime: string;
    lastActionDateTime: string;
    lastSuccessfulTrainingDateTime: string;
    message?: string;
    status: string;
}

Properties

createdDateTime: string

A combined UTC date and time string that describes the created time of the person group, large person group or large face list.

lastActionDateTime: string

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.

lastSuccessfulTrainingDateTime: string

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?: string

Show failure message when training failed (omitted when training succeed).

status: string

Training status of the container.