LinkOutput Class
Defines a container for holding a output path in a run.
... remarks: An LinkOutput object is OutputData that will be linked with dataset in data plane..
Initialize the LinkOutput object.
- Inheritance
-
builtins.objectLinkOutput
Constructor
LinkOutput(workspace, name=None)
Parameters
Name | Description |
---|---|
workspace
Required
|
|
name
|
Default value: None
|
Methods
link |
Note This is an experimental method, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information. Link output with dataset. |
link
Note
This is an experimental method, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.
Link output with dataset.
link(dataset, run=None)
Parameters
Name | Description |
---|---|
dataset
Required
|
dataset to link to output. |
run
Required
|
Optional run object |