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