Class: Google::Cloud::AIPlatform::V1::ToolParameterKVMatchResults
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ToolParameterKVMatchResults
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Results for tool parameter key value match metric.
Instance Attribute Summary collapse
-
#tool_parameter_kv_match_metric_values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchMetricValue>
readonly
Output only.
Instance Attribute Details
#tool_parameter_kv_match_metric_values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolParameterKVMatchMetricValue> (readonly)
Returns Output only. Tool parameter key value match metric values.
1395 1396 1397 1398 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1395 class ToolParameterKVMatchResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |