IContainerResourceSettings.Gpu 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.
Number of Nvidia GPU cards request/limit for container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Number of Nvidia GPU cards request/limit for container. More info:\r\n https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="gpu")]
public string Gpu { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Number of Nvidia GPU cards request/limit for container. More info:\r\n https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="gpu")>]
member this.Gpu : string with get, set
Public Property Gpu As String
Property Value
- Attributes