Cloud AutoML V1beta1 API - Class Google::Cloud::AutoML::V1beta1::BatchPredictResult (v0.11.0)

Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::BatchPredictResult.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#metadata

def metadata() -> ::Google::Protobuf::Map{::String => ::String}
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.

#metadata=

def metadata=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::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.

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.