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.
        
         *  For Image Object Detection:
          `max_bounding_box_count` - (int64) At most that many bounding boxes per
              image could have been returned.
        
         *  For Video Object Tracking:
          `max_bounding_box_count` - (int64) At most that many bounding boxes per
              frame could have been returned.
         
        map<string, string> metadata = 1;
      • containsMetadata

        boolean containsMetadata​(String key)
         Additional domain-specific prediction response metadata.
        
         *  For Image Object Detection:
          `max_bounding_box_count` - (int64) At most that many bounding boxes per
              image could have been returned.
        
         *  For Video Object Tracking:
          `max_bounding_box_count` - (int64) At most that many bounding boxes per
              frame could have been returned.
         
        map<string, string> metadata = 1;
      • getMetadataMap

        Map<String,​String> getMetadataMap()
         Additional domain-specific prediction response metadata.
        
         *  For Image Object Detection:
          `max_bounding_box_count` - (int64) At most that many bounding boxes per
              image could have been returned.
        
         *  For Video Object Tracking:
          `max_bounding_box_count` - (int64) At most that many bounding boxes per
              frame could have been returned.
         
        map<string, string> metadata = 1;
      • getMetadataOrDefault

        String getMetadataOrDefault​(String key,
                                    String defaultValue)
         Additional domain-specific prediction response metadata.
        
         *  For Image Object Detection:
          `max_bounding_box_count` - (int64) At most that many bounding boxes per
              image could have been returned.
        
         *  For Video Object Tracking:
          `max_bounding_box_count` - (int64) At most that many bounding boxes per
              frame could have been returned.
         
        map<string, string> metadata = 1;
      • getMetadataOrThrow

        String getMetadataOrThrow​(String key)
         Additional domain-specific prediction response metadata.
        
         *  For Image Object Detection:
          `max_bounding_box_count` - (int64) At most that many bounding boxes per
              image could have been returned.
        
         *  For Video Object Tracking:
          `max_bounding_box_count` - (int64) At most that many bounding boxes per
              frame could have been returned.
         
        map<string, string> metadata = 1;