Class: Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchMetricValue
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchMetricValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Tool parameter key 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 parameter key match score.
1353 1354 1355 1356 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1353 class ToolParameterKeyMatchMetricValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |