Class OutputDeliveryMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<OutputDeliveryMode>
com.azure.resourcemanager.machinelearning.models.OutputDeliveryMode
public final class OutputDeliveryMode
extends com.azure.core.util.ExpandableStringEnum<OutputDeliveryMode>
Output data delivery mode enums.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OutputDeliveryModeStatic value Direct for OutputDeliveryMode.static final OutputDeliveryModeStatic value ReadWriteMount for OutputDeliveryMode.static final OutputDeliveryModeStatic value Upload for OutputDeliveryMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OutputDeliveryModefromString(String name) Creates or finds a OutputDeliveryMode from its string representation.static Collection<OutputDeliveryMode>values()Gets known OutputDeliveryMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
READ_WRITE_MOUNT
Static value ReadWriteMount for OutputDeliveryMode. -
UPLOAD
Static value Upload for OutputDeliveryMode. -
DIRECT
Static value Direct for OutputDeliveryMode.
-
-
Constructor Details
-
OutputDeliveryMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of OutputDeliveryMode value.
-
-
Method Details
-
fromString
Creates or finds a OutputDeliveryMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding OutputDeliveryMode.
-
values
Gets known OutputDeliveryMode values.- Returns:
- known OutputDeliveryMode values.
-
fromString(String)factory method.