IJobBaseProperties.JobType 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] Specifies the type of job.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="[Required] Specifies the type of job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobType) }, ReadOnly=false, Required=true, SerializedName="jobType")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobType JobType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="[Required] Specifies the type of job.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobType) }, ReadOnly=false, Required=true, SerializedName="jobType")>]
member this.JobType : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobType with get, set
Public Property JobType As JobType
Property Value
- Attributes