comprehend_list_entity_recognizers: Gets a list of the properties of all entity recognizers that...

View source: R/comprehend_operations.R

comprehend_list_entity_recognizersR Documentation

Gets a list of the properties of all entity recognizers that you created, including recognizers currently in training

Description

Gets a list of the properties of all entity recognizers that you created, including recognizers currently in training. Allows you to filter the list of recognizers based on criteria such as status and submission time. This call returns up to 500 entity recognizers in the list, with a default number of 100 recognizers in the list.

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

Usage

comprehend_list_entity_recognizers(
  Filter = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

Filter

Filters the list of entities returned. You can filter on Status, SubmitTimeBefore, or SubmitTimeAfter. You can only set one filter at a time.

NextToken

Identifies the next page of results to return.

MaxResults

The maximum number of results to return on each page. The default is 100.


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