register_dataset: Register a Dataset in the workspace

View source: R/datasets.R

register_datasetR 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.


Azure/azureml-sdk-for-r documentation built on Sept. 21, 2022, 5:45 a.m.