Share via


IRandomSamplingAlgorithm.Rule Property

Definition

The specific type of random algorithm

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The specific type of random algorithm", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RandomSamplingAlgorithmRule) }, ReadOnly=false, Required=false, SerializedName="rule")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RandomSamplingAlgorithmRule? Rule { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The specific type of random algorithm", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RandomSamplingAlgorithmRule) }, ReadOnly=false, Required=false, SerializedName="rule")>]
member this.Rule : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.RandomSamplingAlgorithmRule> with get, set
Public Property Rule As Nullable(Of RandomSamplingAlgorithmRule)

Property Value

Attributes

Applies to