Learn R Programming

paws.machine.learning (version 0.9.0)

lookoutequipment_list_datasets: 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.