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
Name | Description |
metadata |
MutableMapping[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.
|
Classes
MetadataEntry
MetadataEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
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 |