Uses of Class
com.oracle.bmc.aidocument.model.DocumentClassificationLabelMetricsReport
-
Packages that use DocumentClassificationLabelMetricsReport Package Description com.oracle.bmc.aidocument.model -
-
Uses of DocumentClassificationLabelMetricsReport in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return DocumentClassificationLabelMetricsReport Modifier and Type Method Description DocumentClassificationLabelMetricsReport
DocumentClassificationLabelMetricsReport.Builder. build()
Methods in com.oracle.bmc.aidocument.model that return types with arguments of type DocumentClassificationLabelMetricsReport Modifier and Type Method Description List<DocumentClassificationLabelMetricsReport>
DocumentClassificationModelMetrics. getLabelMetricsReport()
List of metrics entries per label.Methods in com.oracle.bmc.aidocument.model with parameters of type DocumentClassificationLabelMetricsReport Modifier and Type Method Description DocumentClassificationLabelMetricsReport.Builder
DocumentClassificationLabelMetricsReport.Builder. copy(DocumentClassificationLabelMetricsReport model)
Method parameters in com.oracle.bmc.aidocument.model with type arguments of type DocumentClassificationLabelMetricsReport Modifier and Type Method Description DocumentClassificationModelMetrics.Builder
DocumentClassificationModelMetrics.Builder. labelMetricsReport(List<DocumentClassificationLabelMetricsReport> labelMetricsReport)
List of metrics entries per label.Constructor parameters in com.oracle.bmc.aidocument.model with type arguments of type DocumentClassificationLabelMetricsReport Constructor Description DocumentClassificationModelMetrics(DatasetSummary datasetSummary, List<DocumentClassificationLabelMetricsReport> labelMetricsReport, DocumentClassificationOverallMetricsReport overallMetricsReport)
Deprecated.
-