IImageObjectDetectionBase.ModelSettingLearningRateScheduler Property

Definition

Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "None", "WarmupCosine", "Step" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="learningRateScheduler", Update=true)]
public string ModelSettingLearningRateScheduler { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "None", "WarmupCosine", "Step" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="learningRateScheduler", Update=true)>]
member this.ModelSettingLearningRateScheduler : string with get, set
Public Property ModelSettingLearningRateScheduler As String

Property Value

Attributes

Applies to