OutputData Class

Represents how outputs should be uploaded and tracked.

This class is used in the RunConfiguration class.

Create a OutputData object.

Inheritance
azureml._base_sdk_common.abstract_run_config_element._AbstractRunConfigElement
OutputData

Constructor

OutputData(output_location=None, mechanism='mount', additional_options=None)

Parameters

output_location
DataLocation
default value: None

The location of the data.

mechanism
str
default value: mount

The way to upload output back to the output location. This can be either upload or mount.

additional_options
OutputOptions
default value: None

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