Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Class and Description |
---|---|
class |
NamedEntityRecognitionEvaluationResults
Named entity recognition model testing and evaluation results
Note: Objects should always be created or deserialized using the NamedEntityRecognitionEvaluationResults.Builder . |
class |
TextClassificationEvaluationResults
Text Classification model testing and evaluation results
Note: Objects should always be created or deserialized using the TextClassificationEvaluationResults.Builder . |
Modifier and Type | Method and Description |
---|---|
EvaluationResults |
Model.getEvaluationResults() |
Modifier and Type | Method and Description |
---|---|
Model.Builder |
Model.Builder.evaluationResults(EvaluationResults evaluationResults) |
Constructor and Description |
---|
Model(String id,
String displayName,
String compartmentId,
String projectId,
String description,
ModelDetails modelDetails,
Date timeCreated,
Date timeUpdated,
Model.LifecycleState lifecycleState,
String lifecycleDetails,
DatasetDetails trainingDataset,
EvaluationResults evaluationResults,
TestStrategy testStrategy,
String version,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.