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