Class: Google::Cloud::AutoML::V1::BatchPredictResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/automl/v1/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.

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.

Returns:

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

    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.



254
255
256
257
258
259
260
261
262
263
264
265
266
# File 'proto_docs/google/cloud/automl/v1/prediction_service.rb', line 254

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