IJobBaseProperties.JobType Property

Definition

[Required] Specifies the type of job.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "AutoML", "Command", "Sweep", "Pipeline", "Spark" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Specifies the type of job.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="jobType", Update=false)]
public string JobType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "AutoML", "Command", "Sweep", "Pipeline", "Spark" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Specifies the type of job.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="jobType", Update=false)>]
member this.JobType : string with get, set
Public Property JobType As String

Property Value

Attributes

Applies to