Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Instance::ImageObjectDetectionPredictionInstance
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schema::Predict::Instance::ImageObjectDetectionPredictionInstance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/image_object_detection.rb
Overview
Prediction input format for Image Object Detection.
Instance Attribute Summary collapse
-
#content ⇒ ::String
The image bytes or Cloud Storage URI to make the prediction on.
-
#mime_type ⇒ ::String
The MIME type of the content of the image.
Instance Attribute Details
#content ⇒ ::String
42 43 44 45 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/image_object_detection.rb', line 42 class ImageObjectDetectionPredictionInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mime_type ⇒ ::String
42 43 44 45 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/image_object_detection.rb', line 42 class ImageObjectDetectionPredictionInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |