IFeatureAttributionDriftMonitoringSignal.ProductionData Property

Definition

[Required] The data which drift will be calculated for.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] The data which drift will be calculated for.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMonitoringInputDataBase) }, Read=true, ReadOnly=false, Required=false, SerializedName="productionData", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMonitoringInputDataBase> ProductionData { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] The data which drift will be calculated for.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMonitoringInputDataBase) }, Read=true, ReadOnly=false, Required=false, SerializedName="productionData", Update=false)>]
member this.ProductionData : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IMonitoringInputDataBase> with get, set
Public Property ProductionData As List(Of IMonitoringInputDataBase)

Property Value

Attributes

Applies to