GpuInstanceProfile Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. GpuInstanceProfile
- com.
- com.
public final class GpuInstanceProfile
extends ExpandableStringEnum<GpuInstanceProfile>
GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Gpu |
MIG1G
Static value MIG1g for Gpu |
static final
Gpu |
MIG2G
Static value MIG2g for Gpu |
static final
Gpu |
MIG3G
Static value MIG3g for Gpu |
static final
Gpu |
MIG4G
Static value MIG4g for Gpu |
static final
Gpu |
MIG7G
Static value MIG7g for Gpu |
Constructor Summary
Constructor | Description |
---|---|
GpuInstanceProfile() |
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
MIG1G
public static final GpuInstanceProfile MIG1G
Static value MIG1g for GpuInstanceProfile.
MIG2G
public static final GpuInstanceProfile MIG2G
Static value MIG2g for GpuInstanceProfile.
MIG3G
public static final GpuInstanceProfile MIG3G
Static value MIG3g for GpuInstanceProfile.
MIG4G
public static final GpuInstanceProfile MIG4G
Static value MIG4g for GpuInstanceProfile.
MIG7G
public static final GpuInstanceProfile MIG7G
Static value MIG7g for GpuInstanceProfile.
Constructor Details
GpuInstanceProfile
@Deprecated
public GpuInstanceProfile()
Deprecated
Creates a new instance of GpuInstanceProfile value.
Method Details
fromString
public static GpuInstanceProfile fromString(String name)
Creates or finds a GpuInstanceProfile from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known GpuInstanceProfile values.
Returns:
Applies to
Azure SDK for Java