Class: Google::Cloud::AIPlatform::V1::ToolCallValidInput

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

Input for tool call valid metric.

Instance Attribute Summary collapse

Instance Attribute Details

#instances::Array<::Google::Cloud::AIPlatform::V1::ToolCallValidInstance>

Returns Required. Repeated tool call valid instances.

Returns:



1221
1222
1223
1224
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1221

class ToolCallValidInput
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#metric_spec::Google::Cloud::AIPlatform::V1::ToolCallValidSpec

Returns Required. Spec for tool call valid metric.

Returns:



1221
1222
1223
1224
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1221

class ToolCallValidInput
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end