次の方法で共有


TrainingStatus.Status プロパティ

定義

トレーニングの状態 (未開始、実行中、成功、失敗) を取得または設定します。 トレーニング プロセスが実行を待機している場合、状態は開始されません。 トレーニングが進行中の場合、状態は実行中です。 状態が成功すると、この人物グループまたは大きな人物グループが Face - Identify の準備ができているか、この大きな顔リストが Face - Find Similar の準備ができています。 状態の失敗は、多くの場合、人物グループまたは大きな人物グループに永続的な顔が存在しないか、または大きな顔リストに永続的な顔が存在しなかったことが原因で発生します。 使用可能な値には、'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

適用対象