forecastservice_list_datasets: Returns a list of datasets created using the CreateDataset...

View source: R/forecastservice_operations.R

forecastservice_list_datasetsR Documentation

Returns a list of datasets created using the CreateDataset operation

Description

Returns a list of datasets created using the create_dataset operation. For each dataset, a summary of its properties, including its Amazon Resource Name (ARN), is returned. To retrieve the complete set of properties, use the ARN with the describe_dataset operation.

See https://www.paws-r-sdk.com/docs/forecastservice_list_datasets/ for full documentation.

Usage

forecastservice_list_datasets(NextToken = NULL, MaxResults = NULL)

Arguments

NextToken

If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

MaxResults

The number of items to return in the response.


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