你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TrainingStatus.Status 属性

定义

获取或设置训练状态:未启动、正在运行、成功、失败。 如果训练过程正在等待执行,则状态为“未启动”。 如果训练正在进行,则状态为“正在运行”。 状态成功表示此人员组或大型人员组已准备好进行人脸 - 识别,或者此大型人脸列表已准备好进行人脸 - 查找相似。 状态失败通常是由于人员组或大型人员组中不存在人员或没有持久人脸,或者大型人脸列表中不存在持久人脸。 可能的值包括:“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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于