Class ModelSize
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ModelSize>
com.azure.resourcemanager.machinelearning.models.ModelSize
Image model size.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ModelSizeStatic value ExtraLarge for ModelSize.static final ModelSizeStatic value Large for ModelSize.static final ModelSizeStatic value Medium for ModelSize.static final ModelSizeStatic value None for ModelSize.static final ModelSizeStatic value Small for ModelSize. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ModelSizefromString(String name) Creates or finds a ModelSize from its string representation.static Collection<ModelSize>values()Gets known ModelSize values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value None for ModelSize. -
SMALL
Static value Small for ModelSize. -
MEDIUM
Static value Medium for ModelSize. -
LARGE
Static value Large for ModelSize. -
EXTRA_LARGE
Static value ExtraLarge for ModelSize.
-
-
Constructor Details
-
ModelSize
Deprecated.Use thefromString(String)factory method.Creates a new instance of ModelSize value.
-
-
Method Details
-
fromString
Creates or finds a ModelSize from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ModelSize.
-
values
Gets known ModelSize values.- Returns:
- known ModelSize values.
-
fromString(String)factory method.