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

Name Description
output_location

The location of the data.

default value: None
mechanism
str

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

default value: mount
additional_options

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

default value: None