register_dataset: Register a Dataset in the workspace

Description Usage Arguments Value

View source: R/datasets.R

Description

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

Usage

1
2
3
4
5
6
7
8
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.


azuremlsdk documentation built on Oct. 23, 2020, 8:22 p.m.