@Generated(value="software.amazon.awssdk:codegen") public final class EntityRecognizerFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntityRecognizerFilter.Builder,EntityRecognizerFilter>
Provides information for filtering a list of entity recognizers. You can only specify one filtering parameter in a
request. For more information, see the ListEntityRecognizers operation./>
| Modifier and Type | Class and Description |
|---|---|
static interface |
EntityRecognizerFilter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EntityRecognizerFilter.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
recognizerName()
The name that you assigned the entity recognizer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EntityRecognizerFilter.Builder> |
serializableBuilderClass() |
ModelStatus |
status()
The status of an entity recognizer.
|
String |
statusAsString()
The status of an entity recognizer.
|
Instant |
submitTimeAfter()
Filters the list of entities based on the time that the list was submitted for processing.
|
Instant |
submitTimeBefore()
Filters the list of entities based on the time that the list was submitted for processing.
|
EntityRecognizerFilter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ModelStatus status()
The status of an entity recognizer.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelStatuspublic final String statusAsString()
The status of an entity recognizer.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelStatuspublic final String recognizerName()
The name that you assigned the entity recognizer.
public final 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.
public final 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.
public EntityRecognizerFilter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EntityRecognizerFilter.Builder,EntityRecognizerFilter>public static EntityRecognizerFilter.Builder builder()
public static Class<? extends EntityRecognizerFilter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.