IContainerResourceSettings.Gpu Property

Definition

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(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="gpu", Update=true)]
public string Gpu { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=false, SerializedName="gpu", Update=true)>]
member this.Gpu : string with get, set
Public Property Gpu As String

Property Value

Attributes

Applies to