Register the Dataset in the workspace, making it available to other users of the workspace.
register_dataset( workspace, dataset, name, description = NULL, tags = NULL, create_new_version = FALSE )
workspace | The AzureML workspace in which the Dataset is to be registered. |
---|---|
dataset | The dataset to be registered. |
name | The name of the Dataset in the workspace. |
description | A description of the Dataset. |
tags | Named list of tags to give the Dataset. Defaults to NULL. |
create_new_version | Boolean to register the dataset as a new version under the specified name. |
The registered Dataset object.