@Generated(value="software.amazon.awssdk:codegen") public final class EntityRecognizerMetadataEntityTypesListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntityRecognizerMetadataEntityTypesListItem.Builder,EntityRecognizerMetadataEntityTypesListItem>
Individual item from the list of entity types in the metadata of an entity recognizer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EntityRecognizerMetadataEntityTypesListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EntityRecognizerMetadataEntityTypesListItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EntityTypesEvaluationMetrics |
evaluationMetrics()
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
numberOfTrainMentions()
Indicates the number of times the given entity type was seen in the training data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EntityRecognizerMetadataEntityTypesListItem.Builder> |
serializableBuilderClass() |
EntityRecognizerMetadataEntityTypesListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
Type of entity from the list of entity types in the metadata of an entity recognizer.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String type()
Type of entity from the list of entity types in the metadata of an entity recognizer.
public final EntityTypesEvaluationMetrics evaluationMetrics()
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
public final Integer numberOfTrainMentions()
Indicates the number of times the given entity type was seen in the training data.
public EntityRecognizerMetadataEntityTypesListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EntityRecognizerMetadataEntityTypesListItem.Builder,EntityRecognizerMetadataEntityTypesListItem>public static EntityRecognizerMetadataEntityTypesListItem.Builder builder()
public static Class<? extends EntityRecognizerMetadataEntityTypesListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.