ISparkJobEntry.Type Property

Definition

[Required] Type of the job's entry point.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "SparkJobPythonEntry", "SparkJobScalaEntry" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Type of the job's entry point.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sparkJobEntryType", Update=false)]
public string Type { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "SparkJobPythonEntry", "SparkJobScalaEntry" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Type of the job's entry point.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sparkJobEntryType", Update=false)>]
member this.Type : string with get, set
Public Property Type As String

Property Value

Attributes

Applies to