IRandomSamplingAlgorithm.Rule 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.
[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