Compartilhar via


ICollection.SamplingRate Property

Definition

The sampling rate for collection. Sampling rate 1.0 means we collect 100% of data by default.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The sampling rate for collection. Sampling rate 1.0 means we collect 100% of data by default.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=false, Required=false, SerializedName="samplingRate")]
public double? SamplingRate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The sampling rate for collection. Sampling rate 1.0 means we collect 100% of data by default.", PossibleTypes=new System.Type[] { typeof(System.Double) }, ReadOnly=false, Required=false, SerializedName="samplingRate")>]
member this.SamplingRate : Nullable<double> with get, set
Public Property SamplingRate As Nullable(Of Double)

Property Value

Attributes

Applies to