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.
44824 44825 44826 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 44824 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
44817 44818 44819 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 44817 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
44822 44823 44824 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 44822 def client_to_agent_config @client_to_agent_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
44829 44830 44831 44832 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 44829 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 |