IFeatureAttributionDriftMonitoringSignal.ProductionData 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.
[Required] The data which drift will be calculated for.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="[Required] The data which drift will be calculated for.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMonitoringInputDataBase) }, ReadOnly=false, Required=true, SerializedName="productionData")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMonitoringInputDataBase[] ProductionData { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="[Required] The data which drift will be calculated for.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMonitoringInputDataBase) }, ReadOnly=false, Required=true, SerializedName="productionData")>]
member this.ProductionData : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IMonitoringInputDataBase[] with get, set
Public Property ProductionData As IMonitoringInputDataBase()
Property Value
- Attributes