IAutoMlJob.TrainingDataMode Property

Definition

Input Asset Delivery Mode.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Input Asset Delivery Mode.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode) }, ReadOnly=false, Required=false, SerializedName="mode")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode? TrainingDataMode { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Input Asset Delivery Mode.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode) }, ReadOnly=false, Required=false, SerializedName="mode")>]
member this.TrainingDataMode : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.InputDeliveryMode> with get, set
Public Property TrainingDataMode As Nullable(Of InputDeliveryMode)

Property Value

Attributes

Applies to