ISweepJob.QueueSettingJobTier Property

Definition

Controls the compute job tier

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Null", "Spot", "Basic", "Standard", "Premium" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Controls the compute job tier", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="jobTier", Update=false)]
public string QueueSettingJobTier { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Null", "Spot", "Basic", "Standard", "Premium" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Controls the compute job tier", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="jobTier", Update=false)>]
member this.QueueSettingJobTier : string with get, set
Public Property QueueSettingJobTier As String

Property Value

Attributes

Applies to