InputDatasets Class
Defines a container for holding a materialized dataset in a run.
Initialize the InputDatasets object.
- Inheritance
-
builtins.dictInputDatasets
Constructor
InputDatasets(workspace)
Parameters
Name | Description |
---|---|
workspace
Required
|
The workspace where the dataset is saved or registered. |
workspace
Required
|
The workspace where the dataset is saved or registered. |
Remarks
An InputDatasets object is a dictionary containing the input Datasets in a run. The key is the input name of the Dataset in the control plane. The value will be the target path when mode is download or mount or the actual Dataset object if mode is direct.