Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig

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

Overview

Configuration for the Agent Development Kit (ADK).

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig

Returns a new instance of GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig.



46471
46472
46473
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 46471

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


46469
46470
46471
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 46469

def json_config
  @json_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



46476
46477
46478
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 46476

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