IBanditPolicy.SlackAmount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Absolute distance allowed from the best performing run.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Absolute distance allowed from the best performing run.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=false, Required=false, SerializedName="slackAmount")]
public float? SlackAmount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Absolute distance allowed from the best performing run.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=false, Required=false, SerializedName="slackAmount")>]
member this.SlackAmount : Nullable<single> with get, set
Public Property SlackAmount As Nullable(Of Single)
Property Value
- Attributes