get_dataset_by_id {azuremlsdk}R Documentation

Get Dataset by ID.

Description

Get a Dataset which is saved to the workspace using its ID.

Usage

get_dataset_by_id(workspace, id)

Arguments

workspace

The existing AzureML workspace in which the Dataset is saved.

id

The ID of the dataset

Value

The Dataset object


[Package azuremlsdk version 1.10.0 Index]