Uses of Class
com.oracle.bmc.ailanguage.model.TestStrategy
-
Packages that use TestStrategy Package Description com.oracle.bmc.ailanguage.model -
-
Uses of TestStrategy in com.oracle.bmc.ailanguage.model
Subclasses of TestStrategy in com.oracle.bmc.ailanguage.model Modifier and Type Class Description class
TestAndValidationDatasetStrategy
This information will be used capture training, testing and validation dataset.Methods in com.oracle.bmc.ailanguage.model that return TestStrategy Modifier and Type Method Description TestStrategy
CreateModelDetails. getTestStrategy()
TestStrategy
Model. getTestStrategy()
Methods in com.oracle.bmc.ailanguage.model with parameters of type TestStrategy Modifier and Type Method Description CreateModelDetails.Builder
CreateModelDetails.Builder. testStrategy(TestStrategy testStrategy)
Model.Builder
Model.Builder. testStrategy(TestStrategy testStrategy)
Constructors in com.oracle.bmc.ailanguage.model with parameters of type TestStrategy Constructor 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.
-