Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Params::ImageObjectDetectionPredictionParams
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schema::Predict::Params::ImageObjectDetectionPredictionParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schema/predict/params/image_object_detection.rb
Overview
Prediction model parameters for Image Object Detection.
Instance Attribute Summary collapse
-
#confidence_threshold ⇒ ::Float
The Model only returns predictions with at least this confidence score.
-
#max_predictions ⇒ ::Integer
The Model only returns up to that many top, by confidence score, predictions per instance.
Instance Attribute Details
#confidence_threshold ⇒ ::Float
Returns The Model only returns predictions with at least this confidence score. Default value is 0.0.
37 38 39 40 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/params/image_object_detection.rb', line 37 class ImageObjectDetectionPredictionParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_predictions ⇒ ::Integer
Returns The Model only returns up to that many top, by confidence score, predictions per instance. Note that number of returned predictions is also limited by metadata's predictionsLimit. Default value is 10.
37 38 39 40 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/params/image_object_detection.rb', line 37 class ImageObjectDetectionPredictionParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |