public static interface EntityRecognizerMetadataEntityTypesListItem.Builder extends SdkPojo, CopyableBuilder<EntityRecognizerMetadataEntityTypesListItem.Builder,EntityRecognizerMetadataEntityTypesListItem>
| Modifier and Type | Method and Description |
|---|---|
default EntityRecognizerMetadataEntityTypesListItem.Builder |
evaluationMetrics(Consumer<EntityTypesEvaluationMetrics.Builder> evaluationMetrics)
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity
types.
|
EntityRecognizerMetadataEntityTypesListItem.Builder |
evaluationMetrics(EntityTypesEvaluationMetrics evaluationMetrics)
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity
types.
|
EntityRecognizerMetadataEntityTypesListItem.Builder |
numberOfTrainMentions(Integer numberOfTrainMentions)
Indicates the number of times the given entity type was seen in the training data.
|
EntityRecognizerMetadataEntityTypesListItem.Builder |
type(String type)
Type of entity from the list of entity types in the metadata of an entity recognizer.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntityRecognizerMetadataEntityTypesListItem.Builder type(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.EntityRecognizerMetadataEntityTypesListItem.Builder evaluationMetrics(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.default EntityRecognizerMetadataEntityTypesListItem.Builder evaluationMetrics(Consumer<EntityTypesEvaluationMetrics.Builder> evaluationMetrics)
Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.
This is a convenience method that creates an instance of theEntityTypesEvaluationMetrics.Builder
avoiding the need to create one manually via EntityTypesEvaluationMetrics.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to evaluationMetrics(EntityTypesEvaluationMetrics).
evaluationMetrics - a consumer that will call methods on EntityTypesEvaluationMetrics.BuilderevaluationMetrics(EntityTypesEvaluationMetrics)EntityRecognizerMetadataEntityTypesListItem.Builder numberOfTrainMentions(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.Copyright © 2023. All rights reserved.