Class: Google::Cloud::AutoML::V1beta1::BatchPredictResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1beta1/prediction_service.rb

Overview

Result of the Batch Predict. This message is returned in response of the operation returned by the PredictionService.BatchPredict.

Defined Under Namespace

Classes: MetadataEntry

Instance Attribute Summary collapse

Instance Attribute Details

#metadata::Google::Protobuf::Map{::String => ::String}

Returns 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.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    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.



222
223
224
225
226
227
228
229
230
231
232
233
234
# File 'proto_docs/google/cloud/automl/v1beta1/prediction_service.rb', line 222

class BatchPredictResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class MetadataEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end