TrainingStatus.Status Property

Definition

Gets or sets 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'

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.CognitiveServices.Vision.Face.Models.TrainingStatusType Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Microsoft.Azure.CognitiveServices.Vision.Face.Models.TrainingStatusType with get, set
Public Property Status As TrainingStatusType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to