Uses of Class
com.google.cloud.automl.v1.BoundingBoxMetricsEntry
-
Packages that use BoundingBoxMetricsEntry Package Description com.google.cloud.automl.v1 A client to Cloud AutoML API -
-
Uses of BoundingBoxMetricsEntry in com.google.cloud.automl.v1
Methods in com.google.cloud.automl.v1 that return BoundingBoxMetricsEntry Modifier and Type Method Description BoundingBoxMetricsEntry
BoundingBoxMetricsEntry.Builder. build()
BoundingBoxMetricsEntry
BoundingBoxMetricsEntry.Builder. buildPartial()
BoundingBoxMetricsEntry
ImageObjectDetectionEvaluationMetrics.Builder. getBoundingBoxMetricsEntries(int index)
Output only.BoundingBoxMetricsEntry
ImageObjectDetectionEvaluationMetrics. getBoundingBoxMetricsEntries(int index)
Output only.BoundingBoxMetricsEntry
ImageObjectDetectionEvaluationMetricsOrBuilder. getBoundingBoxMetricsEntries(int index)
Output only.static BoundingBoxMetricsEntry
BoundingBoxMetricsEntry. getDefaultInstance()
BoundingBoxMetricsEntry
BoundingBoxMetricsEntry.Builder. getDefaultInstanceForType()
BoundingBoxMetricsEntry
BoundingBoxMetricsEntry. getDefaultInstanceForType()
static BoundingBoxMetricsEntry
BoundingBoxMetricsEntry. parseDelimitedFrom(InputStream input)
static BoundingBoxMetricsEntry
BoundingBoxMetricsEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundingBoxMetricsEntry
BoundingBoxMetricsEntry. parseFrom(byte[] data)
static BoundingBoxMetricsEntry
BoundingBoxMetricsEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundingBoxMetricsEntry
BoundingBoxMetricsEntry. parseFrom(com.google.protobuf.ByteString data)
static BoundingBoxMetricsEntry
BoundingBoxMetricsEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundingBoxMetricsEntry
BoundingBoxMetricsEntry. parseFrom(com.google.protobuf.CodedInputStream input)
static BoundingBoxMetricsEntry
BoundingBoxMetricsEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundingBoxMetricsEntry
BoundingBoxMetricsEntry. parseFrom(InputStream input)
static BoundingBoxMetricsEntry
BoundingBoxMetricsEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BoundingBoxMetricsEntry
BoundingBoxMetricsEntry. parseFrom(ByteBuffer data)
static BoundingBoxMetricsEntry
BoundingBoxMetricsEntry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.automl.v1 that return types with arguments of type BoundingBoxMetricsEntry Modifier and Type Method Description List<BoundingBoxMetricsEntry>
ImageObjectDetectionEvaluationMetrics.Builder. getBoundingBoxMetricsEntriesList()
Output only.List<BoundingBoxMetricsEntry>
ImageObjectDetectionEvaluationMetrics. getBoundingBoxMetricsEntriesList()
Output only.List<BoundingBoxMetricsEntry>
ImageObjectDetectionEvaluationMetricsOrBuilder. getBoundingBoxMetricsEntriesList()
Output only.com.google.protobuf.Parser<BoundingBoxMetricsEntry>
BoundingBoxMetricsEntry. getParserForType()
static com.google.protobuf.Parser<BoundingBoxMetricsEntry>
BoundingBoxMetricsEntry. parser()
Methods in com.google.cloud.automl.v1 with parameters of type BoundingBoxMetricsEntry Modifier and Type Method Description ImageObjectDetectionEvaluationMetrics.Builder
ImageObjectDetectionEvaluationMetrics.Builder. addBoundingBoxMetricsEntries(int index, BoundingBoxMetricsEntry value)
Output only.ImageObjectDetectionEvaluationMetrics.Builder
ImageObjectDetectionEvaluationMetrics.Builder. addBoundingBoxMetricsEntries(BoundingBoxMetricsEntry value)
Output only.BoundingBoxMetricsEntry.Builder
BoundingBoxMetricsEntry.Builder. mergeFrom(BoundingBoxMetricsEntry other)
static BoundingBoxMetricsEntry.Builder
BoundingBoxMetricsEntry. newBuilder(BoundingBoxMetricsEntry prototype)
ImageObjectDetectionEvaluationMetrics.Builder
ImageObjectDetectionEvaluationMetrics.Builder. setBoundingBoxMetricsEntries(int index, BoundingBoxMetricsEntry value)
Output only.Method parameters in com.google.cloud.automl.v1 with type arguments of type BoundingBoxMetricsEntry Modifier and Type Method Description ImageObjectDetectionEvaluationMetrics.Builder
ImageObjectDetectionEvaluationMetrics.Builder. addAllBoundingBoxMetricsEntries(Iterable<? extends BoundingBoxMetricsEntry> values)
Output only.
-