Uses of Class
com.oracle.bmc.aianomalydetection.model.ModelTrainingResults
-
Packages that use ModelTrainingResults Package Description com.oracle.bmc.aianomalydetection.model -
-
Uses of ModelTrainingResults in com.oracle.bmc.aianomalydetection.model
Methods in com.oracle.bmc.aianomalydetection.model that return ModelTrainingResults Modifier and Type Method Description ModelTrainingResults
ModelTrainingResults.Builder. build()
ModelTrainingResults
Model. getModelTrainingResults()
ModelTrainingResults
ModelSummary. getModelTrainingResults()
Methods in com.oracle.bmc.aianomalydetection.model with parameters of type ModelTrainingResults Modifier and Type Method Description ModelTrainingResults.Builder
ModelTrainingResults.Builder. copy(ModelTrainingResults model)
Model.Builder
Model.Builder. modelTrainingResults(ModelTrainingResults modelTrainingResults)
ModelSummary.Builder
ModelSummary.Builder. modelTrainingResults(ModelTrainingResults modelTrainingResults)
Constructors in com.oracle.bmc.aianomalydetection.model with parameters of type ModelTrainingResults Constructor Description Model(String id, String displayName, String compartmentId, ModelTrainingDetails modelTrainingDetails, ModelTrainingResults modelTrainingResults, String projectId, String description, Date timeCreated, Date timeUpdated, Model.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Object> systemTags)
Deprecated.ModelSummary(String id, String displayName, String description, String compartmentId, ModelTrainingDetails modelTrainingDetails, ModelTrainingResults modelTrainingResults, Date timeCreated, Model.LifecycleState lifecycleState, String projectId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Object> systemTags)
Deprecated.
-