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.
46298 46299 46300 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 46298 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
46291 46292 46293 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 46291 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
46296 46297 46298 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 46296 def client_to_agent_config @client_to_agent_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
46303 46304 46305 46306 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 46303 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 |