lookoutequipment_list_datasets: Lists all datasets currently available in your account,...

View source: R/lookoutequipment_operations.R

lookoutequipment_list_datasetsR 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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.