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._AbstractRunConfigElementOutputOptions
Constructor
OutputOptions(path_on_compute=None, registration_options=None, upload_options=None, mount_options=None)
Parameters
Name | Description |
---|---|
path_on_compute
|
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
|