InputDeliveryMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. machinelearning. models. InputDeliveryMode
- com.
- com.
public final class InputDeliveryMode
extends ExpandableStringEnum<InputDeliveryMode>
Enum to determine the input data delivery mode.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Input |
DIRECT
Static value Direct for Input |
|
static final
Input |
DOWNLOAD
Static value Download for Input |
|
static final
Input |
EVAL_DOWNLOAD
Static value Eval |
|
static final
Input |
EVAL_MOUNT
Static value Eval |
|
static final
Input |
READ_ONLY_MOUNT
Static value Read |
|
static final
Input |
READ_WRITE_MOUNT
Static value Read |
Constructor Summary
| Constructor | Description |
|---|---|
| InputDeliveryMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Input |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Input |
fromString(String name)
Creates or finds a Input |
|
static
Collection<Input |
values()
Gets known Input |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DIRECT
public static final InputDeliveryMode DIRECT
Static value Direct for InputDeliveryMode.
DOWNLOAD
public static final InputDeliveryMode DOWNLOAD
Static value Download for InputDeliveryMode.
EVAL_DOWNLOAD
public static final InputDeliveryMode EVAL_DOWNLOAD
Static value EvalDownload for InputDeliveryMode.
EVAL_MOUNT
public static final InputDeliveryMode EVAL_MOUNT
Static value EvalMount for InputDeliveryMode.
READ_ONLY_MOUNT
public static final InputDeliveryMode READ_ONLY_MOUNT
Static value ReadOnlyMount for InputDeliveryMode.
READ_WRITE_MOUNT
public static final InputDeliveryMode READ_WRITE_MOUNT
Static value ReadWriteMount for InputDeliveryMode.
Constructor Details
InputDeliveryMode
@Deprecated
public InputDeliveryMode()
Deprecated
Creates a new instance of InputDeliveryMode value.
Method Details
fromString
public static InputDeliveryMode fromString(String name)
Creates or finds a InputDeliveryMode from its string representation.
Parameters:
Returns:
values
public static Collection<InputDeliveryMode> values()
Gets known InputDeliveryMode values.
Returns: