ModelTaskType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. ModelTaskType
- com.
- com.
public final class ModelTaskType
extends ExpandableStringEnum<ModelTaskType>
Model task type enum.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Model |
CLASSIFICATION
Static value Classification for Model |
|
static final
Model |
REGRESSION
Static value Regression for Model |
Constructor Summary
| Constructor | Description |
|---|---|
| ModelTaskType() |
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
CLASSIFICATION
public static final ModelTaskType CLASSIFICATION
Static value Classification for ModelTaskType.
REGRESSION
public static final ModelTaskType REGRESSION
Static value Regression for ModelTaskType.
Constructor Details
ModelTaskType
@Deprecated
public ModelTaskType()
Deprecated
Creates a new instance of ModelTaskType value.
Method Details
fromString
public static ModelTaskType fromString(String name)
Creates or finds a ModelTaskType from its string representation.
Parameters:
Returns:
values
public static Collection<ModelTaskType> values()
Gets known ModelTaskType values.
Returns: