TrainingStatus interface

Training status object.

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.

lastAction

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.

lastSuccessfulTraining

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: notstarted, running, succeeded, failed. If the training process is waiting to perform, the status is notstarted. If the training is ongoing, the status is running. Status succeed means this person group or large person group is ready for Face - Identify, or this large face list is ready for Face - Find Similar. Status failed is often caused by no person or no persisted face exist in the person group or large person group, or no persisted face exist in the large face list. Possible values include: 'nonstarted', 'running', 'succeeded', 'failed'

Property Details

created

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

created: Date

Property Value

Date

lastAction

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.

lastAction?: Date

Property Value

Date

lastSuccessfulTraining

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.

lastSuccessfulTraining?: Date

Property Value

Date

message

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

message?: string

Property Value

string

status

Training status: notstarted, running, succeeded, failed. If the training process is waiting to perform, the status is notstarted. If the training is ongoing, the status is running. Status succeed means this person group or large person group is ready for Face - Identify, or this large face list is ready for Face - Find Similar. Status failed is often caused by no person or no persisted face exist in the person group or large person group, or no persisted face exist in the large face list. Possible values include: 'nonstarted', 'running', 'succeeded', 'failed'

status: TrainingStatusType

Property Value