View source: R/forecastservice_operations.R
forecastservice_list_dataset_groups | R Documentation |
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.
forecastservice_list_dataset_groups(NextToken = NULL, MaxResults = NULL)
NextToken |
If the result of the previous request was truncated, the response
includes a |
MaxResults |
The number of items to return in the response. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.