Class: Google::Cloud::Ces::V1beta::AggregatedMetrics::HallucinationMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::AggregatedMetrics::HallucinationMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation.rb
Overview
Metrics for hallucination results.
Instance Attribute Summary collapse
-
#score ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#score ⇒ ::Float (readonly)
Returns Output only. The average hallucination score (0 to 1).
81 82 83 84 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 81 class HallucinationMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |