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.



32596
32597
32598
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32596

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>)


32594
32595
32596
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32594

def json_config
  @json_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



32601
32602
32603
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32601

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