Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpecAgentGatewayConfig

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

Agent Gateway configuration for a Reasoning Engine deployment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpecAgentGatewayConfig

Returns a new instance of GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpecAgentGatewayConfig.



33932
33933
33934
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33932

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

Instance Attribute Details

#agent_to_anywhere_configGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigAgentToAnywhereConfig

Configuration for traffic originating from a Reasoning Engine. Corresponds to the JSON property agentToAnywhereConfig



33925
33926
33927
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33925

def agent_to_anywhere_config
  @agent_to_anywhere_config
end

#client_to_agent_configGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigClientToAgentConfig

Configuration for traffic targeting a Reasoning Engine. Corresponds to the JSON property clientToAgentConfig



33930
33931
33932
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33930

def client_to_agent_config
  @client_to_agent_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



33937
33938
33939
33940
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 33937

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