Class: Google::Cloud::AIPlatform::V1::FunctionCall

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/tool.rb

Overview

A predicted [FunctionCall] returned from the model that contains a string representing the [FunctionDeclaration.name] and a structured JSON object containing the parameters and their values.

Instance Attribute Summary collapse

Instance Attribute Details

#args::Google::Protobuf::Struct



244
245
246
247
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 244

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

#name::String



244
245
246
247
# File 'proto_docs/google/cloud/aiplatform/v1/tool.rb', line 244

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