Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig
- 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
-
#json_config ⇒ Hash<String,Object>
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig
constructor
A new instance of GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig
Returns a new instance of GoogleCloudAiplatformV1beta1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig.
39409 39410 39411 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39409 def initialize(**args) update!(**args) end |
Instance Attribute Details
#json_config ⇒ Hash<String,Object>
Required. The value of the ADK config in JSON format.
Corresponds to the JSON property jsonConfig
39407 39408 39409 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39407 def json_config @json_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39414 39415 39416 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39414 def update!(**args) @json_config = args[:json_config] if args.key?(:json_config) end |