Uses of Class
com.oracle.bmc.aidocument.model.DocumentClassificationConfidenceEntry
-
Packages that use DocumentClassificationConfidenceEntry Package Description com.oracle.bmc.aidocument.model -
-
Uses of DocumentClassificationConfidenceEntry in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return DocumentClassificationConfidenceEntry Modifier and Type Method Description DocumentClassificationConfidenceEntry
DocumentClassificationConfidenceEntry.Builder. build()
Methods in com.oracle.bmc.aidocument.model that return types with arguments of type DocumentClassificationConfidenceEntry Modifier and Type Method Description List<DocumentClassificationConfidenceEntry>
DocumentClassificationLabelMetricsReport. getConfidenceEntries()
List of document classification confidence report.List<DocumentClassificationConfidenceEntry>
DocumentClassificationOverallMetricsReport. getConfidenceEntries()
List of document classification confidence report.Methods in com.oracle.bmc.aidocument.model with parameters of type DocumentClassificationConfidenceEntry Modifier and Type Method Description DocumentClassificationConfidenceEntry.Builder
DocumentClassificationConfidenceEntry.Builder. copy(DocumentClassificationConfidenceEntry model)
Method parameters in com.oracle.bmc.aidocument.model with type arguments of type DocumentClassificationConfidenceEntry Modifier and Type Method Description DocumentClassificationLabelMetricsReport.Builder
DocumentClassificationLabelMetricsReport.Builder. confidenceEntries(List<DocumentClassificationConfidenceEntry> confidenceEntries)
List of document classification confidence report.DocumentClassificationOverallMetricsReport.Builder
DocumentClassificationOverallMetricsReport.Builder. confidenceEntries(List<DocumentClassificationConfidenceEntry> confidenceEntries)
List of document classification confidence report.Constructor parameters in com.oracle.bmc.aidocument.model with type arguments of type DocumentClassificationConfidenceEntry Constructor Description DocumentClassificationLabelMetricsReport(String label, Float meanAveragePrecision, List<DocumentClassificationConfidenceEntry> confidenceEntries)
Deprecated.DocumentClassificationOverallMetricsReport(Float meanAveragePrecision, List<DocumentClassificationConfidenceEntry> confidenceEntries)
Deprecated.
-