Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Class and Description |
---|---|
class |
TestAndValidationDatasetStrategy
This information will be used capture training, testing and validation dataset.
|
Modifier and Type | Method and Description |
---|---|
TestStrategy |
CreateModelDetails.getTestStrategy() |
TestStrategy |
Model.getTestStrategy() |
Modifier and Type | Method and Description |
---|---|
CreateModelDetails.Builder |
CreateModelDetails.Builder.testStrategy(TestStrategy testStrategy) |
Model.Builder |
Model.Builder.testStrategy(TestStrategy testStrategy) |
Constructor and Description |
---|
CreateModelDetails(String displayName,
String description,
String compartmentId,
String projectId,
ModelDetails modelDetails,
DatasetDetails trainingDataset,
TestStrategy testStrategy,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
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.