IAutoMlJob.TaskDetailTaskType 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 TaskDetailTaskType { 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.TaskDetailTaskType : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.TaskType with get, set
Public Property TaskDetailTaskType As TaskType
Property Value
- Attributes