View source: R/comprehend_operations.R
comprehend_list_datasets | R Documentation |
List the datasets that you have configured in this Region. For more information about datasets, see Flywheel overview in the Amazon Comprehend Developer Guide.
See https://www.paws-r-sdk.com/docs/comprehend_list_datasets/ for full documentation.
comprehend_list_datasets(
FlywheelArn = NULL,
Filter = NULL,
NextToken = NULL,
MaxResults = NULL
)
FlywheelArn |
The Amazon Resource Number (ARN) of the flywheel. |
Filter |
Filters the datasets to be returned in the response. |
NextToken |
Identifies the next page of results to return. |
MaxResults |
Maximum number of results to return in a response. The default is 100. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.