Class EntityRecognizerMetadataEntityTypesListItem
- java.lang.Object
-
- software.amazon.awssdk.services.comprehend.model.EntityRecognizerMetadataEntityTypesListItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EntityRecognizerMetadataEntityTypesListItem.Builder,EntityRecognizerMetadataEntityTypesListItem>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEntityRecognizerMetadataEntityTypesListItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EntityRecognizerMetadataEntityTypesListItem.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)EntityTypesEvaluationMetricsevaluationMetrics()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)inthashCode()IntegernumberOfTrainMentions()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()Type of entity from the list of entity types in the metadata of an entity recognizer.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
type
public final String type()
Type of entity from the list of entity types in the metadata of an entity recognizer.
- Returns:
- Type of entity from the list of entity types in the metadata of an entity recognizer.
-
evaluationMetrics
public final EntityTypesEvaluationMetrics evaluationMetrics()
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
- Returns:
- Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
-
numberOfTrainMentions
public final Integer numberOfTrainMentions()
Indicates the number of times the given entity type was seen in the training data.
- Returns:
- Indicates the number of times the given entity type was seen in the training data.
-
toBuilder
public EntityRecognizerMetadataEntityTypesListItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EntityRecognizerMetadataEntityTypesListItem.Builder,EntityRecognizerMetadataEntityTypesListItem>
-
builder
public static EntityRecognizerMetadataEntityTypesListItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends EntityRecognizerMetadataEntityTypesListItem.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-