Class: Google::Cloud::AutoML::V1::BatchPredictResult
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::BatchPredictResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/prediction_service.rb
Overview
Result of the Batch Predict. This message is returned in response of the operation returned by the PredictionService.BatchPredict.
Defined Under Namespace
Classes: MetadataEntry
Instance Attribute Summary collapse
-
#metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
Additional domain-specific prediction response metadata.
Instance Attribute Details
#metadata ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns 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.
255 256 257 258 259 260 261 262 263 264 265 266 267 |
# File 'proto_docs/google/cloud/automl/v1/prediction_service.rb', line 255 class BatchPredictResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class MetadataEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |