v27

latestSwagger 2.0raw.githubusercontent.com2022-12-116362180.5 KB

Retrieve the training status of a large face list (completed or ongoing).

get/largefacelists/{largeFaceListId}/training

Path parameters

largeFaceListIdstring required

Id referencing a particular large face list.

Response

A successful call returns the large face list's training status.

status'nonstarted' | 'running' | 'succeeded' | 'failed' required

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.

createdDateTimestring date-time required

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

lastActionDateTimestring date-time

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.

lastSuccessfulTrainingDateTimestring date-time

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.

messagestring

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