Class GpuInstanceProfile
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GpuInstanceProfile>
com.azure.resourcemanager.containerservice.models.GpuInstanceProfile
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 GpuInstanceProfileStatic value MIG1g for GpuInstanceProfile.static final GpuInstanceProfileStatic value MIG2g for GpuInstanceProfile.static final GpuInstanceProfileStatic value MIG3g for GpuInstanceProfile.static final GpuInstanceProfileStatic value MIG4g for GpuInstanceProfile.static final GpuInstanceProfileStatic value MIG7g for GpuInstanceProfile. -
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, hashCode, toString, values
-
Field Details
-
MIG1G
Static value MIG1g for GpuInstanceProfile. -
MIG2G
Static value MIG2g for GpuInstanceProfile. -
MIG3G
Static value MIG3g for GpuInstanceProfile. -
MIG4G
Static value MIG4g for GpuInstanceProfile. -
MIG7G
Static value MIG7g for GpuInstanceProfile.
-
-
Constructor Details
-
GpuInstanceProfile
public GpuInstanceProfile()
-
-
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.
-