Class: Google::Cloud::Ces::V1beta::AggregatedMetrics::SemanticSimilarityMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::AggregatedMetrics::SemanticSimilarityMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation.rb
Overview
Metrics for semantic similarity results.
Instance Attribute Summary collapse
-
#score ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#score ⇒ ::Float (readonly)
Returns Output only. The average semantic similarity score (0-4).
72 73 74 75 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 72 class SemanticSimilarityMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |