Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ToolConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Tool config. This config is shared for all tools provided in the request.
Instance Attribute Summary collapse
-
#function_calling_config ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionCallingConfig
Function calling config.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1ToolConfig
constructor
A new instance of GoogleCloudAiplatformV1ToolConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ToolConfig
Returns a new instance of GoogleCloudAiplatformV1ToolConfig.
30810 30811 30812 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30810 def initialize(**args) update!(**args) end |
Instance Attribute Details
#function_calling_config ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FunctionCallingConfig
Function calling config.
Corresponds to the JSON property functionCallingConfig
30808 30809 30810 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30808 def function_calling_config @function_calling_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
30815 30816 30817 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30815 def update!(**args) @function_calling_config = args[:function_calling_config] if args.key?(:function_calling_config) end |