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._AbstractRunConfigElementOutputData
Constructor
OutputData(output_location=None, mechanism='mount', additional_options=None)
Parameters
Name | Description |
---|---|
output_location
|
The location of the data. Default value: None
|
mechanism
|
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
|