UploadOptions Class
Upload options that controls how upload should behave.
This class is used in the OutputOptions class.
Create a UploadOptions object.
- Inheritance
-
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElementUploadOptions
Constructor
UploadOptions(overwrite=False, source_globs=None)
Parameters
Name | Description |
---|---|
overwrite
|
Whether to overwrite files that already exists under the same path on storage. Default value: False
|
source_globs
|
Glob patterns to use to filter files that should be uploaded. Default value: None
|