public interface BatchPredictResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMetadata(String key)
Additional domain-specific prediction response metadata.
|
Map<String,String> |
getMetadata()
Deprecated.
|
int |
getMetadataCount()
Additional domain-specific prediction response metadata.
|
Map<String,String> |
getMetadataMap()
Additional domain-specific prediction response metadata.
|
String |
getMetadataOrDefault(String key,
String defaultValue)
Additional domain-specific prediction response metadata.
|
String |
getMetadataOrThrow(String key)
Additional domain-specific prediction response metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMetadataCount()
Additional domain-specific prediction response metadata. AutoML Vision Object Detection `max_bounding_box_count` : (int64) The maximum number of bounding boxes returned per image. AutoML Video Intelligence Object Tracking `max_bounding_box_count` : (int64) The maximum number of bounding boxes returned per frame.
map<string, string> metadata = 1;boolean containsMetadata(String key)
Additional domain-specific prediction response metadata. AutoML Vision Object Detection `max_bounding_box_count` : (int64) The maximum number of bounding boxes returned per image. AutoML Video Intelligence Object Tracking `max_bounding_box_count` : (int64) The maximum number of bounding boxes returned per frame.
map<string, string> metadata = 1;@Deprecated Map<String,String> getMetadata()
getMetadataMap() instead.Map<String,String> getMetadataMap()
Additional domain-specific prediction response metadata. AutoML Vision Object Detection `max_bounding_box_count` : (int64) The maximum number of bounding boxes returned per image. AutoML Video Intelligence Object Tracking `max_bounding_box_count` : (int64) The maximum number of bounding boxes returned per frame.
map<string, string> metadata = 1;String getMetadataOrDefault(String key, String defaultValue)
Additional domain-specific prediction response metadata. AutoML Vision Object Detection `max_bounding_box_count` : (int64) The maximum number of bounding boxes returned per image. AutoML Video Intelligence Object Tracking `max_bounding_box_count` : (int64) The maximum number of bounding boxes returned per frame.
map<string, string> metadata = 1;String getMetadataOrThrow(String key)
Additional domain-specific prediction response metadata. AutoML Vision Object Detection `max_bounding_box_count` : (int64) The maximum number of bounding boxes returned per image. AutoML Video Intelligence Object Tracking `max_bounding_box_count` : (int64) The maximum number of bounding boxes returned per frame.
map<string, string> metadata = 1;Copyright © 2025 Google LLC. All rights reserved.