comprehend_list_datasets: List the datasets that you have configured in this Region

View source: R/comprehend_operations.R

comprehend_list_datasetsR Documentation

List the datasets that you have configured in this Region

Description

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.

Usage

comprehend_list_datasets(
  FlywheelArn = NULL,
  Filter = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

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.


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