Class: Google::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1ToolConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/firebaseml_v2beta/classes.rb,
lib/google/apis/firebaseml_v2beta/representations.rb,
lib/google/apis/firebaseml_v2beta/representations.rb

Overview

Tool config. This config is shared for all tools provided in the request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ToolConfig

Returns a new instance of GoogleCloudAiplatformV1beta1ToolConfig.



1333
1334
1335
# File 'lib/google/apis/firebaseml_v2beta/classes.rb', line 1333

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#function_calling_configGoogle::Apis::FirebasemlV2beta::GoogleCloudAiplatformV1beta1FunctionCallingConfig

Function calling config. Corresponds to the JSON property functionCallingConfig



1331
1332
1333
# File 'lib/google/apis/firebaseml_v2beta/classes.rb', line 1331

def function_calling_config
  @function_calling_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1338
1339
1340
# File 'lib/google/apis/firebaseml_v2beta/classes.rb', line 1338

def update!(**args)
  @function_calling_config = args[:function_calling_config] if args.key?(:function_calling_config)
end