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