EnvironmentType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. EnvironmentType
- com.
- com.
public final class EnvironmentType
extends ExpandableStringEnum<EnvironmentType>
Environment type is either user created or curated by Azure ML service.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Environment |
CURATED
Static value Curated for Environment |
|
static final
Environment |
USER_CREATED
Static value User |
Constructor Summary
| Constructor | Description |
|---|---|
| EnvironmentType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Environment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Environment |
fromString(String name)
Creates or finds a Environment |
|
static
Collection<Environment |
values()
Gets known Environment |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CURATED
public static final EnvironmentType CURATED
Static value Curated for EnvironmentType.
USER_CREATED
public static final EnvironmentType USER_CREATED
Static value UserCreated for EnvironmentType.
Constructor Details
EnvironmentType
@Deprecated
public EnvironmentType()
Deprecated
Creates a new instance of EnvironmentType value.
Method Details
fromString
public static EnvironmentType fromString(String name)
Creates or finds a EnvironmentType from its string representation.
Parameters:
Returns:
values
public static Collection<EnvironmentType> values()
Gets known EnvironmentType values.
Returns: