IAutoMlVertical.TaskType 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] Task type for AutoMLJob.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="[Required] Task type for AutoMLJob.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.TaskType) }, ReadOnly=false, Required=true, SerializedName="taskType")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.TaskType TaskType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="[Required] Task type for AutoMLJob.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.TaskType) }, ReadOnly=false, Required=true, SerializedName="taskType")>]
member this.TaskType : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.TaskType with get, set
Public Property TaskType As TaskType
Property Value
- Attributes