Share via


GpuResource.Sku Property

Definition

Gets or sets the SKU of the GPU resource. Possible values include: 'K80', 'P100', 'V100'

[Newtonsoft.Json.JsonProperty(PropertyName="sku")]
public string Sku { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sku")>]
member this.Sku : string with get, set
Public Property Sku As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to