Class: Google::Cloud::AIPlatform::V1::ExactMatchMetricValue
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ExactMatchMetricValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Exact match metric value for an instance.
Instance Attribute Summary collapse
-
#score ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#score ⇒ ::Float (readonly)
Returns Output only. Exact match score.
249 250 251 252 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 249 class ExactMatchMetricValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |