Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfig
- 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
Agent Gateway configuration for a Reasoning Engine deployment.
Instance Attribute Summary collapse
-
#agent_to_anywhere_config ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigAgentToAnywhereConfig
Configuration for traffic originating from a Reasoning Engine.
-
#client_to_agent_config ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigClientToAgentConfig
Configuration for traffic targeting a Reasoning Engine.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfig
constructor
A new instance of GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfig
Returns a new instance of GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfig.
39236 39237 39238 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39236 def initialize(**args) update!(**args) end |
Instance Attribute Details
#agent_to_anywhere_config ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigAgentToAnywhereConfig
Configuration for traffic originating from a Reasoning Engine.
Corresponds to the JSON property agentToAnywhereConfig
39229 39230 39231 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39229 def agent_to_anywhere_config @agent_to_anywhere_config end |
#client_to_agent_config ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigClientToAgentConfig
Configuration for traffic targeting a Reasoning Engine.
Corresponds to the JSON property clientToAgentConfig
39234 39235 39236 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39234 def client_to_agent_config @client_to_agent_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39241 39242 39243 39244 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39241 def update!(**args) @agent_to_anywhere_config = args[:agent_to_anywhere_config] if args.key?(:agent_to_anywhere_config) @client_to_agent_config = args[:client_to_agent_config] if args.key?(:client_to_agent_config) end |