forecastservice_list_dataset_groups: Returns a list of dataset groups created using the...

View source: R/forecastservice_operations.R

forecastservice_list_dataset_groupsR Documentation

Returns a list of dataset groups created using the CreateDatasetGroup operation

Description

Returns a list of dataset groups created using the create_dataset_group operation. For each dataset group, this operation returns a summary of its properties, including its Amazon Resource Name (ARN). You can retrieve the complete set of properties by using the dataset group ARN with the describe_dataset_group operation.

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

Usage

forecastservice_list_dataset_groups(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, 2024, 6:23 a.m.