Reference documentation and code samples for the Cloud AutoML V1 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.v1.BatchPredictResult
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. AutoML Vision Object Detection |
getMetadata
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setMetadata
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.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |