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 |
Sequence[google.cloud.automl_v1.types.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. |
Inheritance
builtins.object > proto.message.Message > BatchPredictResultClasses
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, `.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 |