OutputOptions Class

Additional options on how to upload the data and how to track the uploaded data.

This class is used in the OutputData class.

Create a OutputOptions object.

Inheritance
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElement
OutputOptions

Constructor

OutputOptions(path_on_compute=None, registration_options=None, upload_options=None, mount_options=None)

Parameters

Name Description
path_on_compute
str

The directory which will be uploaded.

default value: None
registration_options

Configuration to specify how to track the output.

default value: None
upload_options

Options specific to the upload mode.

default value: None
mount_options
default value: None