register_dataset {azuremlsdk}R Documentation

Register a Dataset in the workspace

Description

Register the Dataset in the workspace, making it available to other users of the workspace.

Usage

register_dataset(
  workspace,
  dataset,
  name,
  description = NULL,
  tags = NULL,
  create_new_version = FALSE
)

Arguments

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.

Value

The registered Dataset object.


[Package azuremlsdk version 1.10.0 Index]