Class: Google::Cloud::VisionAI::V1::VertexAutoMLVisionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::VertexAutoMLVisionConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/platform.rb
Overview
Message of configurations of Vertex AutoML Vision Processors.
Instance Attribute Summary collapse
-
#confidence_threshold ⇒ ::Float
Only entities with higher score than the threshold will be returned.
-
#max_predictions ⇒ ::Integer
At most this many predictions will be returned per output frame.
Instance Attribute Details
#confidence_threshold ⇒ ::Float
Returns Only entities with higher score than the threshold will be returned. Value 0.0 means to return all the detected entities.
1867 1868 1869 1870 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1867 class VertexAutoMLVisionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_predictions ⇒ ::Integer
Returns At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.
1867 1868 1869 1870 |
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1867 class VertexAutoMLVisionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |