InputDatasets Class

Defines a container for holding a materialized dataset in a run.

Initialize the InputDatasets object.

Inheritance
builtins.dict
InputDatasets

Constructor

InputDatasets(workspace)

Parameters

workspace
Workspace
Required

The workspace where the dataset is saved or registered.

workspace
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.