Package | Description |
---|---|
com.oracle.bmc.ailanguage | |
com.oracle.bmc.ailanguage.model |
Modifier and Type | Method and Description |
---|---|
Iterable<EvaluationResultSummary> |
AIServiceLanguagePaginators.listEvaluationResultsRecordIterator(ListEvaluationResultsRequest request)
Creates a new iterable which will iterate over the
EvaluationResultSummary objects contained in responses from
the listEvaluationResults operation. |
Modifier and Type | Class and Description |
---|---|
class |
NamedEntityRecognitionEvaluationResult
Possible NER model error analysis
Note: Objects should always be created or deserialized using the NamedEntityRecognitionEvaluationResult.Builder . |
class |
TextClassificationModelEvaluationResult
Possible TXTC model error analysis
Note: Objects should always be created or deserialized using the TextClassificationModelEvaluationResult.Builder . |
Modifier and Type | Method and Description |
---|---|
List<EvaluationResultSummary> |
EvaluationResultCollection.getItems()
List of model evaluation analysis
|
Modifier and Type | Method and Description |
---|---|
EvaluationResultCollection.Builder |
EvaluationResultCollection.Builder.items(List<EvaluationResultSummary> items)
List of model evaluation analysis
|
Constructor and Description |
---|
EvaluationResultCollection(List<EvaluationResultSummary> items)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.