Description Usage Arguments Value
Register the Dataset in the workspace, making it available to other users of the workspace.
1 2 3 4 5 6 7 8 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.