Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Params::ImageSegmentationPredictionParams
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schema::Predict::Params::ImageSegmentationPredictionParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schema/predict/params/image_segmentation.rb
Overview
Prediction model parameters for Image Segmentation.
Instance Attribute Summary collapse
-
#confidence_threshold ⇒ ::Float
When the model predicts category of pixels of the image, it will only provide predictions for pixels that it is at least this much confident about.
Instance Attribute Details
#confidence_threshold ⇒ ::Float
34 35 36 37 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/params/image_segmentation.rb', line 34 class ImageSegmentationPredictionParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |