Class InputDeliveryMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<InputDeliveryMode>
com.azure.resourcemanager.machinelearning.models.InputDeliveryMode
public final class InputDeliveryMode
extends com.azure.core.util.ExpandableStringEnum<InputDeliveryMode>
Enum to determine the input data delivery mode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InputDeliveryModeStatic value Direct for InputDeliveryMode.static final InputDeliveryModeStatic value Download for InputDeliveryMode.static final InputDeliveryModeStatic value EvalDownload for InputDeliveryMode.static final InputDeliveryModeStatic value EvalMount for InputDeliveryMode.static final InputDeliveryModeStatic value ReadOnlyMount for InputDeliveryMode.static final InputDeliveryModeStatic value ReadWriteMount for InputDeliveryMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InputDeliveryModefromString(String name) Creates or finds a InputDeliveryMode from its string representation.static Collection<InputDeliveryMode>values()Gets known InputDeliveryMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
READ_ONLY_MOUNT
Static value ReadOnlyMount for InputDeliveryMode. -
READ_WRITE_MOUNT
Static value ReadWriteMount for InputDeliveryMode. -
DOWNLOAD
Static value Download for InputDeliveryMode. -
DIRECT
Static value Direct for InputDeliveryMode. -
EVAL_MOUNT
Static value EvalMount for InputDeliveryMode. -
EVAL_DOWNLOAD
Static value EvalDownload for InputDeliveryMode.
-
-
Constructor Details
-
InputDeliveryMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of InputDeliveryMode value.
-
-
Method Details
-
fromString
Creates or finds a InputDeliveryMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding InputDeliveryMode.
-
values
Gets known InputDeliveryMode values.- Returns:
- known InputDeliveryMode values.
-
fromString(String)factory method.