Class GpuInstanceProfile
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GpuInstanceProfile>
com.azure.resourcemanager.containerservice.models.GpuInstanceProfile
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class GpuInstanceProfile
extends com.azure.core.util.ExpandableStringEnum<GpuInstanceProfile>
GPUInstanceProfile to be used to specify GPU MIG instance profile for supported GPU VM SKU.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GpuInstanceProfileMIG 1g GPU instance profile.static final GpuInstanceProfileMIG 2g GPU instance profile.static final GpuInstanceProfileMIG 3g GPU instance profile.static final GpuInstanceProfileMIG 4g GPU instance profile.static final GpuInstanceProfileMIG 7g GPU instance profile. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GpuInstanceProfilefromString(String name) Creates or finds a GpuInstanceProfile from its string representation.static Collection<GpuInstanceProfile> values()Gets known GpuInstanceProfile values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
MIG1G
MIG 1g GPU instance profile. -
MIG2G
MIG 2g GPU instance profile. -
MIG3G
MIG 3g GPU instance profile. -
MIG4G
MIG 4g GPU instance profile. -
MIG7G
MIG 7g GPU instance profile.
-
-
Constructor Details
-
GpuInstanceProfile
Deprecated.Use thefromString(String)factory method.Creates a new instance of GpuInstanceProfile value.
-
-
Method Details
-
fromString
Creates or finds a GpuInstanceProfile from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GpuInstanceProfile.
-
values
Gets known GpuInstanceProfile values.- Returns:
- known GpuInstanceProfile values.
-
fromString(String)factory method.