Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig

Inherits:
Object
  • Object
show all
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

Configuration for the Agent Development Kit (ADK).

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig

Returns a new instance of GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig.



34105
34106
34107
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34105

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

Instance Attribute Details

#json_configHash<String,Object>

Required. The value of the ADK config in JSON format. Corresponds to the JSON property jsonConfig

Returns:

  • (Hash<String,Object>)


34103
34104
34105
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34103

def json_config
  @json_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34110
34111
34112
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34110

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