Share via


ModelInformation.EstimatedModelSizeInMegabytes Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to