Uses of Class
com.oracle.bmc.ailanguage.model.EvaluationResultSummary
-
Packages that use EvaluationResultSummary Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.model -
-
Uses of EvaluationResultSummary in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return types with arguments of type EvaluationResultSummary Modifier and Type Method Description Iterable<EvaluationResultSummary>
AIServiceLanguagePaginators. listEvaluationResultsRecordIterator(ListEvaluationResultsRequest request)
Creates a new iterable which will iterate over theEvaluationResultSummary
objects contained in responses from the listEvaluationResults operation. -
Uses of EvaluationResultSummary in com.oracle.bmc.ailanguage.model
Subclasses of EvaluationResultSummary in com.oracle.bmc.ailanguage.model Modifier and Type Class Description class
NamedEntityRecognitionEvaluationResult
Possible NER model error analysis
Note: Objects should always be created or deserialized using theNamedEntityRecognitionEvaluationResult.Builder
.class
TextClassificationModelEvaluationResult
Possible TXTC model error analysis
Note: Objects should always be created or deserialized using theTextClassificationModelEvaluationResult.Builder
.Methods in com.oracle.bmc.ailanguage.model that return types with arguments of type EvaluationResultSummary Modifier and Type Method Description List<EvaluationResultSummary>
EvaluationResultCollection. getItems()
List of model evaluation analysisMethod parameters in com.oracle.bmc.ailanguage.model with type arguments of type EvaluationResultSummary Modifier and Type Method Description EvaluationResultCollection.Builder
EvaluationResultCollection.Builder. items(List<EvaluationResultSummary> items)
List of model evaluation analysisConstructor parameters in com.oracle.bmc.ailanguage.model with type arguments of type EvaluationResultSummary Constructor Description EvaluationResultCollection(List<EvaluationResultSummary> items)
Deprecated.
-