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.PSArgumentCompleter(new System.String[] { "literal", "uri_file", "uri_folder", "mltable", "custom_model", "mlflow_model", "triton_model" })]
[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="jobInputType", Update=false)]
public string ValidationDataJobInputType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "literal", "uri_file", "uri_folder", "mltable", "custom_model", "mlflow_model", "triton_model" })>]
[<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="jobInputType", Update=false)>]
member this.ValidationDataJobInputType : string with get, set
Public Property ValidationDataJobInputType As String
Property Value
- Attributes