Class: Google::Cloud::VisionAI::V1::VertexAutoMLVisionConfig

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

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.

Returns:

  • (::Float)

    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.

Returns:

  • (::Integer)

    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