Uses of Class
com.oracle.bmc.aidocument.model.ModelMetrics
-
Packages that use ModelMetrics Package Description com.oracle.bmc.aidocument.model -
-
Uses of ModelMetrics in com.oracle.bmc.aidocument.model
Subclasses of ModelMetrics in com.oracle.bmc.aidocument.model Modifier and Type Class Description class
DocumentClassificationModelMetrics
Metrics for Document Classification Model.class
KeyValueDetectionModelMetrics
Metrics for Document Key Value Detection Model.Methods in com.oracle.bmc.aidocument.model that return ModelMetrics Modifier and Type Method Description ModelMetrics
Model. getMetrics()
Methods in com.oracle.bmc.aidocument.model with parameters of type ModelMetrics Modifier and Type Method Description Model.Builder
Model.Builder. metrics(ModelMetrics metrics)
Constructors in com.oracle.bmc.aidocument.model with parameters of type ModelMetrics Constructor Description Model(String id, String displayName, String description, String compartmentId, Model.ModelType modelType, String tenancyId, String aliasName, List<String> labels, Boolean isQuickMode, Double maxTrainingTimeInHours, Double trainedTimeInHours, Dataset trainingDataset, Dataset testingDataset, Dataset validationDataset, List<ComponentModel> componentModels, Boolean isComposedModel, String modelVersion, String projectId, Date timeCreated, Date timeUpdated, Model.LifecycleState lifecycleState, String lifecycleDetails, ModelMetrics metrics, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.
-