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.
- Inheritance
-
builtins.objectInputOutputModes
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'
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python