Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Params::ImageSegmentationPredictionParams

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#confidence_threshold::Float

Returns 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. All other pixels will be classified as background. Default value is 0.5.

Returns:

  • (::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. All other pixels will be classified as background. Default value is 0.5.



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