Class: Google::Cloud::AIPlatform::V1::ToolCallValidInput
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ToolCallValidInput
- 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
-
#instances ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolCallValidInstance>
Required.
-
#metric_spec ⇒ ::Google::Cloud::AIPlatform::V1::ToolCallValidSpec
Required.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ToolCallValidInstance>
Returns Required. Repeated tool call valid instances.
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.
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 |