Cloud AutoML V1beta1 Client - Class BatchPredictResult (1.6.3)

Reference documentation and code samples for the Cloud AutoML V1beta1 Client class BatchPredictResult.

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

Generated from protobuf message google.cloud.automl.v1beta1.BatchPredictResult

Namespace

Google \ Cloud \ AutoMl \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ metadata array|Google\Protobuf\Internal\MapField

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.

getMetadata

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
Type Description
Google\Protobuf\Internal\MapField

setMetadata

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.
Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this