InputOutputModes Class
InputOutputModes is an enumeration of values for the input/output modes of a dataset.
Input/output modes are used to identify the type of an asset when it is created using the API.
Constructor
InputOutputModes()
Attributes
DIRECT
Direct asset type.
DIRECT = 'direct'
DOWNLOAD
Download asset type.
DOWNLOAD = 'download'
EVAL_DOWNLOAD
Evaluation download asset type.
EVAL_DOWNLOAD = 'eval_download'
EVAL_MOUNT
Evaluation mount asset type.
EVAL_MOUNT = 'eval_mount'
MOUNT
Mount asset type.
MOUNT = 'mount'
RO_MOUNT
Read-only mount asset type.
RO_MOUNT = 'ro_mount'
RW_MOUNT
Read-write mount asset type.
RW_MOUNT = 'rw_mount'
UPLOAD
Upload asset type.
UPLOAD = 'upload'
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python