Class: Google::Cloud::AIPlatform::V1::ToolNameMatchResults
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ToolNameMatchResults
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Results for tool name match metric.
Instance Attribute Summary collapse
-
#tool_name_match_metric_values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolNameMatchMetricValue>
readonly
Output only.
Instance Attribute Details
#tool_name_match_metric_values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolNameMatchMetricValue> (readonly)
Returns Output only. Tool name match metric values.
1296 1297 1298 1299 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1296 class ToolNameMatchResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |