Class: Google::Cloud::AIPlatform::V1::ToolCallValidResults
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ToolCallValidResults
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Results for tool call valid metric.
Instance Attribute Summary collapse
-
#tool_call_valid_metric_values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolCallValidMetricValue>
readonly
Output only.
Instance Attribute Details
#tool_call_valid_metric_values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolCallValidMetricValue> (readonly)
Returns Output only. Tool call valid metric values.
1248 1249 1250 1251 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1248 class ToolCallValidResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |