Class BatchPredictResult (2.8.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 Mapping[str, str]
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.

Inheritance

builtins.object > proto.message.Message > BatchPredictResult

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.