Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and Description |
---|---|
DocumentClassificationConfidenceEntry |
DocumentClassificationConfidenceEntry.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DocumentClassificationConfidenceEntry> |
DocumentClassificationOverallMetricsReport.getConfidenceEntries()
List of document classification confidence report.
|
List<DocumentClassificationConfidenceEntry> |
DocumentClassificationLabelMetricsReport.getConfidenceEntries()
List of document classification confidence report.
|
Modifier and Type | Method and Description |
---|---|
DocumentClassificationConfidenceEntry.Builder |
DocumentClassificationConfidenceEntry.Builder.copy(DocumentClassificationConfidenceEntry model) |
Modifier and Type | Method and Description |
---|---|
DocumentClassificationOverallMetricsReport.Builder |
DocumentClassificationOverallMetricsReport.Builder.confidenceEntries(List<DocumentClassificationConfidenceEntry> confidenceEntries)
List of document classification confidence report.
|
DocumentClassificationLabelMetricsReport.Builder |
DocumentClassificationLabelMetricsReport.Builder.confidenceEntries(List<DocumentClassificationConfidenceEntry> confidenceEntries)
List of document classification confidence report.
|
Constructor and Description |
---|
DocumentClassificationLabelMetricsReport(String label,
Float meanAveragePrecision,
List<DocumentClassificationConfidenceEntry> confidenceEntries)
Deprecated.
|
DocumentClassificationOverallMetricsReport(Float meanAveragePrecision,
List<DocumentClassificationConfidenceEntry> confidenceEntries)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.