Interface BatchPredictResultOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    BatchPredictResult, BatchPredictResult.Builder

    public interface BatchPredictResultOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getMetadataCount

        int 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;
      • containsMetadata

        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;
      • getMetadataMap

        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;
      • getMetadataOrDefault

        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;
      • getMetadataOrThrow

        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;