textract_list_adapters: Lists all adapters that match the specified filtration...

View source: R/textract_operations.R

textract_list_adaptersR Documentation

Lists all adapters that match the specified filtration criteria

Description

Lists all adapters that match the specified filtration criteria.

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

Usage

textract_list_adapters(
  AfterCreationTime = NULL,
  BeforeCreationTime = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

AfterCreationTime

Specifies the lower bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created after the specified creation time.

BeforeCreationTime

Specifies the upper bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created before the specified creation time.

MaxResults

The maximum number of results to return when listing adapters.

NextToken

Identifies the next page of results to return when listing adapters.


paws.machine.learning documentation built on Sept. 12, 2024, 6:23 a.m.