IImageClassificationBase.ModelSettingStepLrStepSize Property

Definition

Value of step size when learning rate scheduler is 'step'. Must be a positive integer.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Value of step size when learning rate scheduler is 'step'. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="stepLRStepSize")]
public int? ModelSettingStepLrStepSize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Value of step size when learning rate scheduler is 'step'. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="stepLRStepSize")>]
member this.ModelSettingStepLrStepSize : Nullable<int> with get, set
Public Property ModelSettingStepLrStepSize As Nullable(Of Integer)

Property Value

Attributes

Applies to