Class: Google::Cloud::AIPlatform::V1::ToolCallValidResults

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#tool_call_valid_metric_values::Array<::Google::Cloud::AIPlatform::V1::ToolCallValidMetricValue> (readonly)

Returns Output only. Tool call valid metric values.

Returns:



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