IImageVertical.ValidationDataJobInputType Property

Definition

[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

Applies to