DatasetRegistration Class

Describes how the intermediate data in a pipeline should be promoted to an Azure Machine Learning dataset.

If name is not provided, the dataset will be saved with no name and will not show up when listing all the datasets in the workspace.

Describe how the intermediate data in a pipeline should be promoted to an Azure Machine Learning dataset.

If name is not provided, the dataset will be saved with no name and will not show up when listing all the datasets in the workspace.

Inheritance
builtins.object
DatasetRegistration

Constructor

DatasetRegistration(name, create_new_version)

Parameters

Name Description
name
Required
str

The name to register the dataset under.

create_new_version
Required

Whether to create a new version of the dataset under the provided name.

name
Required
str

The name to register the dataset under.

create_new_version
Required

Whether to create a new version of the dataset under the provided name.

Attributes

create_new_version

Whether to create a new version of the dataset under the same name.

Returns

Type Description

Whether to create a new version of the dataset under the same name.

name

Get the name to register the dataset to.

Returns

Type Description
str

The name to register the dataset to.