OneLakeArtifactType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. OneLakeArtifactType
- com.
- com.
public final class OneLakeArtifactType
extends ExpandableStringEnum<OneLakeArtifactType>
Enum to determine OneLake artifact type.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
One |
LAKE_HOUSE
Static value Lake |
Constructor Summary
| Constructor | Description |
|---|---|
| OneLakeArtifactType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of One |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
One |
fromString(String name)
Creates or finds a One |
|
static
Collection<One |
values()
Gets known One |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
LAKE_HOUSE
public static final OneLakeArtifactType LAKE_HOUSE
Static value LakeHouse for OneLakeArtifactType.
Constructor Details
OneLakeArtifactType
@Deprecated
public OneLakeArtifactType()
Deprecated
Creates a new instance of OneLakeArtifactType value.
Method Details
fromString
public static OneLakeArtifactType fromString(String name)
Creates or finds a OneLakeArtifactType from its string representation.
Parameters:
Returns:
values
public static Collection<OneLakeArtifactType> values()
Gets known OneLakeArtifactType values.
Returns: