IQueueSettings.JobTier 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.
Controls the compute job tier
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Controls the compute job tier", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobTier) }, ReadOnly=false, Required=false, SerializedName="jobTier")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobTier? JobTier { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Controls the compute job tier", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobTier) }, ReadOnly=false, Required=false, SerializedName="jobTier")>]
member this.JobTier : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.JobTier> with get, set
Public Property JobTier As Nullable(Of JobTier)
Property Value
- Attributes