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._AbstractRunConfigElement
UploadOptions

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