Share via


IImageModelDistributionSettingsClassification.ValidationCropSize Property

Definition

Image crop size that is input to the neural network for the validation dataset. Must be a positive integer.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Image crop size that is input to the neural network for the validation dataset. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="validationCropSize")]
public string ValidationCropSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Image crop size that is input to the neural network for the validation dataset. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="validationCropSize")>]
member this.ValidationCropSize : string with get, set
Public Property ValidationCropSize As String

Property Value

Attributes

Applies to