Class: Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchResults
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchResults
- 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 match metric.
Instance Attribute Summary collapse
-
#tool_parameter_key_match_metric_values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchMetricValue>
readonly
Output only.
Instance Attribute Details
#tool_parameter_key_match_metric_values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolParameterKeyMatchMetricValue> (readonly)
Returns Output only. Tool parameter key match metric values.
1344 1345 1346 1347 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1344 class ToolParameterKeyMatchResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |