zcollection.meta.Dataset.from_config#

static Dataset.from_config(data)[source]#

Create a new dataset from the given dataset configuration.

Parameters:

data (dict[str, Any]) – dataset configuration.

Returns:

New dataset.

Return type:

Dataset