lookoutequipment_list_datasets {paws.machine.learning} | R Documentation |
Lists all datasets currently available in your account, filtering on the dataset name
Description
Lists all datasets currently available in your account, filtering on the dataset name.
See https://www.paws-r-sdk.com/docs/lookoutequipment_list_datasets/ for full documentation.
Usage
lookoutequipment_list_datasets(
NextToken = NULL,
MaxResults = NULL,
DatasetNameBeginsWith = NULL
)
Arguments
NextToken |
An opaque pagination token indicating where to continue the listing of datasets. |
MaxResults |
Specifies the maximum number of datasets to list. |
DatasetNameBeginsWith |
The beginning of the name of the datasets to be listed. |
[Package paws.machine.learning version 0.9.0 Index]