@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityRecognizerMetadataEntityTypesListItem extends Object implements Serializable, Cloneable, StructuredPojo
Individual item from the list of entity types in the metadata of an entity recognizer.
| Constructor and Description |
|---|
EntityRecognizerMetadataEntityTypesListItem() |
| Modifier and Type | Method and Description |
|---|---|
EntityRecognizerMetadataEntityTypesListItem |
clone() |
boolean |
equals(Object obj) |
EntityTypesEvaluationMetrics |
getEvaluationMetrics()
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
|
Integer |
getNumberOfTrainMentions()
Indicates the number of times the given entity type was seen in the training data.
|
String |
getType()
Type of entity from the list of entity types in the metadata of an entity recognizer.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEvaluationMetrics(EntityTypesEvaluationMetrics evaluationMetrics)
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
|
void |
setNumberOfTrainMentions(Integer numberOfTrainMentions)
Indicates the number of times the given entity type was seen in the training data.
|
void |
setType(String type)
Type of entity from the list of entity types in the metadata of an entity recognizer.
|
String |
toString()
Returns a string representation of this object.
|
EntityRecognizerMetadataEntityTypesListItem |
withEvaluationMetrics(EntityTypesEvaluationMetrics evaluationMetrics)
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
|
EntityRecognizerMetadataEntityTypesListItem |
withNumberOfTrainMentions(Integer numberOfTrainMentions)
Indicates the number of times the given entity type was seen in the training data.
|
EntityRecognizerMetadataEntityTypesListItem |
withType(String type)
Type of entity from the list of entity types in the metadata of an entity recognizer.
|
public EntityRecognizerMetadataEntityTypesListItem()
public void setType(String type)
Type of entity from the list of entity types in the metadata of an entity recognizer.
type - Type of entity from the list of entity types in the metadata of an entity recognizer.public String getType()
Type of entity from the list of entity types in the metadata of an entity recognizer.
public EntityRecognizerMetadataEntityTypesListItem withType(String type)
Type of entity from the list of entity types in the metadata of an entity recognizer.
type - Type of entity from the list of entity types in the metadata of an entity recognizer.public void setEvaluationMetrics(EntityTypesEvaluationMetrics evaluationMetrics)
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
evaluationMetrics - Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity
types.public EntityTypesEvaluationMetrics getEvaluationMetrics()
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
public EntityRecognizerMetadataEntityTypesListItem withEvaluationMetrics(EntityTypesEvaluationMetrics evaluationMetrics)
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
evaluationMetrics - Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity
types.public void setNumberOfTrainMentions(Integer numberOfTrainMentions)
Indicates the number of times the given entity type was seen in the training data.
numberOfTrainMentions - Indicates the number of times the given entity type was seen in the training data.public Integer getNumberOfTrainMentions()
Indicates the number of times the given entity type was seen in the training data.
public EntityRecognizerMetadataEntityTypesListItem withNumberOfTrainMentions(Integer numberOfTrainMentions)
Indicates the number of times the given entity type was seen in the training data.
numberOfTrainMentions - Indicates the number of times the given entity type was seen in the training data.public String toString()
toString in class ObjectObject.toString()public EntityRecognizerMetadataEntityTypesListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.