IBanditPolicy.SlackAmount Property

Definition

Absolute distance allowed from the best performing run.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Absolute distance allowed from the best performing run.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="slackAmount", Update=true)]
public float? SlackAmount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Absolute distance allowed from the best performing run.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="slackAmount", Update=true)>]
member this.SlackAmount : Nullable<single> with get, set
Public Property SlackAmount As Nullable(Of Single)

Property Value

Attributes

Applies to