get_input_dataset_from_run {azuremlsdk} | R Documentation |
Return the named list for input datasets.
Description
Return the named list for input datasets.
Usage
get_input_dataset_from_run(name, run = NULL)
Arguments
name |
The name of the input dataset |
run |
The run taking the dataset as input |
Value
A dataset object corresponding to the "name"
[Package azuremlsdk version 1.10.0 Index]