textract_list_adapter_versions {paws.machine.learning} | R Documentation |
List all version of an adapter that meet the specified filtration criteria
Description
List all version of an adapter that meet the specified filtration criteria.
See https://www.paws-r-sdk.com/docs/textract_list_adapter_versions/ for full documentation.
Usage
textract_list_adapter_versions(
AdapterId = NULL,
AfterCreationTime = NULL,
BeforeCreationTime = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
AdapterId |
A string containing a unique ID for the adapter to match for when listing adapter versions. |
AfterCreationTime |
Specifies the lower bound for the ListAdapterVersions operation. Ensures ListAdapterVersions returns only adapter versions created after the specified creation time. |
BeforeCreationTime |
Specifies the upper bound for the ListAdapterVersions operation. Ensures ListAdapterVersions returns only adapter versions created after the specified creation time. |
MaxResults |
The maximum number of results to return when listing adapter versions. |
NextToken |
Identifies the next page of results to return when listing adapter versions. |
[Package paws.machine.learning version 0.7.0 Index]