Class: Google::Cloud::DiscoveryEngine::V1beta::QualityMetrics::TopkMetrics

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/evaluation.rb

Overview

Stores the metric values at specific top-k levels.

Instance Attribute Summary collapse

Instance Attribute Details

#top_1::Float



215
216
217
218
# File 'proto_docs/google/cloud/discoveryengine/v1beta/evaluation.rb', line 215

class TopkMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#top_10::Float



215
216
217
218
# File 'proto_docs/google/cloud/discoveryengine/v1beta/evaluation.rb', line 215

class TopkMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#top_3::Float



215
216
217
218
# File 'proto_docs/google/cloud/discoveryengine/v1beta/evaluation.rb', line 215

class TopkMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#top_5::Float



215
216
217
218
# File 'proto_docs/google/cloud/discoveryengine/v1beta/evaluation.rb', line 215

class TopkMetrics
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end