Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::VertexAutoMLVisionConfig.
Message of configurations of Vertex AutoML Vision Processors.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#confidence_threshold
def confidence_threshold() -> ::Float
Returns
- (::Float) — Only entities with higher score than the threshold will be returned. Value 0.0 means to return all the detected entities.
#confidence_threshold=
def confidence_threshold=(value) -> ::Float
Parameter
- value (::Float) — Only entities with higher score than the threshold will be returned. Value 0.0 means to return all the detected entities.
Returns
- (::Float) — Only entities with higher score than the threshold will be returned. Value 0.0 means to return all the detected entities.
#max_predictions
def max_predictions() -> ::Integer
Returns
- (::Integer) — At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.
#max_predictions=
def max_predictions=(value) -> ::Integer
Parameter
- value (::Integer) — At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.
Returns
- (::Integer) — At most this many predictions will be returned per output frame. Value 0 means to return all the detected entities.