Class BatchPredictResult (2.1.0)

BatchPredictResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Result of the Batch Predict. This message is returned in response][google.longrunning.Operation.response] of the operation returned by the PredictionService.BatchPredict.

Attribute

NameDescription
metadata Sequence[.prediction_service.BatchPredictResult.MetadataEntry]
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.

Classes

MetadataEntry

MetadataEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.