Delen via


ModelTrainingDetails.ExampleCount Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="exampleCount")]
public int? ExampleCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="exampleCount")>]
member this.ExampleCount : Nullable<int> with get, set
Public Property ExampleCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to