Compartilhar via


IRandomSamplingAlgorithm.Seed Property

Definition

An optional integer to use as the seed for random number generation

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="An optional integer to use as the seed for random number generation", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="seed")]
public int? Seed { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="An optional integer to use as the seed for random number generation", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="seed")>]
member this.Seed : Nullable<int> with get, set
Public Property Seed As Nullable(Of Integer)

Property Value

Attributes

Applies to