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.class
PretrainedDocumentClassificationModelDetails
Possible pre-trained document classification model information..class
PreTrainedDocumentElementsExtractionModelDetails
Possible pre-trained documents elements extraction model information.class
PretrainedKeyValueExtractionModelDetails
Possible pre-trained key value extraction model information..class
PretrainedTableExtractionModelDetails
Possible pre-trained table extraction model information.class
PretrainedTextExtractionModelDetails
Possible pre-trained text extraction model information.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, ModelSubType modelSubType, Integer inferenceUnits, String tenancyId, String aliasName, List<String> labels, Boolean isQuickMode, Double maxTrainingTimeInHours, String language, 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.
-