Uses of Interface
com.google.cloud.automl.v1.BoundingBoxMetricsEntryOrBuilder
-
Packages that use BoundingBoxMetricsEntryOrBuilder Package Description com.google.cloud.automl.v1 A client to Cloud AutoML API -
-
Uses of BoundingBoxMetricsEntryOrBuilder in com.google.cloud.automl.v1
Classes in com.google.cloud.automl.v1 that implement BoundingBoxMetricsEntryOrBuilder Modifier and Type Class Description class
BoundingBoxMetricsEntry
Bounding box matching model metrics for a single intersection-over-union threshold and multiple label match confidence thresholds.static class
BoundingBoxMetricsEntry.Builder
Bounding box matching model metrics for a single intersection-over-union threshold and multiple label match confidence thresholds.Methods in com.google.cloud.automl.v1 that return BoundingBoxMetricsEntryOrBuilder Modifier and Type Method Description BoundingBoxMetricsEntryOrBuilder
ImageObjectDetectionEvaluationMetrics.Builder. getBoundingBoxMetricsEntriesOrBuilder(int index)
Output only.BoundingBoxMetricsEntryOrBuilder
ImageObjectDetectionEvaluationMetrics. getBoundingBoxMetricsEntriesOrBuilder(int index)
Output only.BoundingBoxMetricsEntryOrBuilder
ImageObjectDetectionEvaluationMetricsOrBuilder. getBoundingBoxMetricsEntriesOrBuilder(int index)
Output only.Methods in com.google.cloud.automl.v1 that return types with arguments of type BoundingBoxMetricsEntryOrBuilder Modifier and Type Method Description List<? extends BoundingBoxMetricsEntryOrBuilder>
ImageObjectDetectionEvaluationMetrics.Builder. getBoundingBoxMetricsEntriesOrBuilderList()
Output only.List<? extends BoundingBoxMetricsEntryOrBuilder>
ImageObjectDetectionEvaluationMetrics. getBoundingBoxMetricsEntriesOrBuilderList()
Output only.List<? extends BoundingBoxMetricsEntryOrBuilder>
ImageObjectDetectionEvaluationMetricsOrBuilder. getBoundingBoxMetricsEntriesOrBuilderList()
Output only.
-