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.
48081 48082 48083 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 48081 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
48074 48075 48076 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 48074 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
48079 48080 48081 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 48079 def client_to_agent_config @client_to_agent_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
48086 48087 48088 48089 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 48086 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 |