GpuSku Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerinstance. models. GpuSku
- com.
- com.
public final class GpuSku
extends ExpandableStringEnum<GpuSku>
The SKU of the GPU resource.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Gpu |
K80
Static value K80 for Gpu |
static final
Gpu |
P100
Static value P100 for Gpu |
static final
Gpu |
V100
Static value V100 for Gpu |
Constructor Summary
Constructor | Description |
---|---|
GpuSku() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Gpu |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Gpu |
fromString(String name)
Creates or finds a Gpu |
static
Collection<Gpu |
values()
Gets known Gpu |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
K80
public static final GpuSku K80
Static value K80 for GpuSku.
P100
public static final GpuSku P100
Static value P100 for GpuSku.
V100
public static final GpuSku V100
Static value V100 for GpuSku.
Constructor Details
GpuSku
@Deprecated
public GpuSku()
Deprecated
Creates a new instance of GpuSku value.
Method Details
fromString
public static GpuSku fromString(String name)
Creates or finds a GpuSku from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known GpuSku values.
Returns:
Applies to
Azure SDK for Java