ModelSize Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. ModelSize
- com.
- com.
public final class ModelSize
extends ExpandableStringEnum<ModelSize>
Image model size.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Model |
EXTRA_LARGE
Static value Extra |
|
static final
Model |
LARGE
Static value Large for Model |
|
static final
Model |
MEDIUM
Static value Medium for Model |
|
static final
Model |
NONE
Static value None for Model |
|
static final
Model |
SMALL
Static value Small for Model |
Constructor Summary
| Constructor | Description |
|---|---|
| ModelSize() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Model |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Model |
fromString(String name)
Creates or finds a Model |
|
static
Collection<Model |
values()
Gets known Model |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
EXTRA_LARGE
public static final ModelSize EXTRA_LARGE
Static value ExtraLarge for ModelSize.
LARGE
public static final ModelSize LARGE
Static value Large for ModelSize.
MEDIUM
public static final ModelSize MEDIUM
Static value Medium for ModelSize.
NONE
public static final ModelSize NONE
Static value None for ModelSize.
SMALL
public static final ModelSize SMALL
Static value Small for ModelSize.
Constructor Details
ModelSize
@Deprecated
public ModelSize()
Deprecated
Creates a new instance of ModelSize value.
Method Details
fromString
public static ModelSize fromString(String name)
Creates or finds a ModelSize from its string representation.
Parameters:
Returns:
values
public static Collection<ModelSize> values()
Gets known ModelSize values.
Returns: