take_from_dataset {azuremlsdk} | R Documentation |
Take a sample of file streams from top of the dataset by the specified count.
Description
Take a sample of file streams from top of the dataset by the specified count.
Usage
take_from_dataset(dataset, count)
Arguments
dataset |
The Dataset object. |
count |
The number of file streams to take. |
Value
A new Dataset object representing the sampled dataset.
[Package azuremlsdk version 1.10.0 Index]