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(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="samplingRate", Update=true)]
public double? SamplingRate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="samplingRate", Update=true)>]
member this.SamplingRate : Nullable<double> with get, set
Public Property SamplingRate As Nullable(Of Double)

Property Value

Attributes

Applies to