public static interface EntityRecognizerFilter.Builder extends SdkPojo, CopyableBuilder<EntityRecognizerFilter.Builder,EntityRecognizerFilter>
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerFilter.Builder |
recognizerName(String recognizerName)
The name that you assigned the entity recognizer.
|
EntityRecognizerFilter.Builder |
status(ModelStatus status)
The status of an entity recognizer.
|
EntityRecognizerFilter.Builder |
status(String status)
The status of an entity recognizer.
|
EntityRecognizerFilter.Builder |
submitTimeAfter(Instant submitTimeAfter)
Filters the list of entities based on the time that the list was submitted for processing.
|
EntityRecognizerFilter.Builder |
submitTimeBefore(Instant submitTimeBefore)
Filters the list of entities based on the time that the list was submitted for processing.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntityRecognizerFilter.Builder status(String status)
The status of an entity recognizer.
status - The status of an entity recognizer.ModelStatus,
ModelStatusEntityRecognizerFilter.Builder status(ModelStatus status)
The status of an entity recognizer.
status - The status of an entity recognizer.ModelStatus,
ModelStatusEntityRecognizerFilter.Builder recognizerName(String recognizerName)
The name that you assigned the entity recognizer.
recognizerName - The name that you assigned the entity recognizer.EntityRecognizerFilter.Builder submitTimeBefore(Instant submitTimeBefore)
Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted before the specified time. Jobs are returned in descending order, newest to oldest.
submitTimeBefore - Filters the list of entities based on the time that the list was submitted for processing. Returns
only jobs submitted before the specified time. Jobs are returned in descending order, newest to
oldest.EntityRecognizerFilter.Builder submitTimeAfter(Instant submitTimeAfter)
Filters the list of entities based on the time that the list was submitted for processing. Returns only jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.
submitTimeAfter - Filters the list of entities based on the time that the list was submitted for processing. Returns
only jobs submitted after the specified time. Jobs are returned in ascending order, oldest to newest.Copyright © 2023. All rights reserved.