Cloud AutoML V1 API - Class Google::Cloud::AutoML::V1::BatchPredictResult (v0.10.0)

Reference documentation and code samples for the Cloud AutoML V1 API class Google::Cloud::AutoML::V1::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.

    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.

#metadata=

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

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.