ITableVertical.ValidationDataJobInputType 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.JobInputType) }, ReadOnly=false, Required=false, SerializedName="jobInputType")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType? ValidationDataJobInputType { 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.JobInputType) }, ReadOnly=false, Required=false, SerializedName="jobInputType")>]
member this.ValidationDataJobInputType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobInputType> with get, set
Public Property ValidationDataJobInputType As Nullable(Of JobInputType)
Property Value
- Attributes