IImageClassificationBase.ModelSettingTrainingCropSize Property

Definition

Image crop size that is input to the neural network for the training 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 training dataset. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="trainingCropSize")]
public int? ModelSettingTrainingCropSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Image crop size that is input to the neural network for the training dataset. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="trainingCropSize")>]
member this.ModelSettingTrainingCropSize : Nullable<int> with get, set
Public Property ModelSettingTrainingCropSize As Nullable(Of Integer)

Property Value

Attributes

Applies to