Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSource

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

Specification for the deploying from agent config.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSource

Returns a new instance of GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSource.



34516
34517
34518
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34516

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

Instance Attribute Details

#adk_configGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecAgentConfigSourceAdkConfig

Configuration for the Agent Development Kit (ADK). Corresponds to the JSON property adkConfig



34509
34510
34511
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34509

def adk_config
  @adk_config
end

#inline_sourceGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecSourceCodeSpecInlineSource

Specifies source code provided as a byte stream. Corresponds to the JSON property inlineSource



34514
34515
34516
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34514

def inline_source
  @inline_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34521
34522
34523
34524
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 34521

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