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.



32549
32550
32551
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32549

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


32547
32548
32549
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32547

def json_config
  @json_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



32554
32555
32556
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 32554

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