Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigClientToAgentConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigClientToAgentConfig
- 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
Configuration for traffic targeting a Reasoning Engine.
Instance Attribute Summary collapse
-
#agent_gateway ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigClientToAgentConfig
constructor
A new instance of GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigClientToAgentConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigClientToAgentConfig
Returns a new instance of GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigClientToAgentConfig.
39281 39282 39283 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39281 def initialize(**args) update!(**args) end |
Instance Attribute Details
#agent_gateway ⇒ String
Required. The resource name of the Agent Gateway to use for inbound traffic.
It must be set to a Google-managed gateway whose governed_access_path is
CLIENT_TO_AGENT. Format: projects/project/locations/location/
agentGateways/agent_gateway`
Corresponds to the JSON propertyagentGateway`
39279 39280 39281 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39279 def agent_gateway @agent_gateway end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39286 39287 39288 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39286 def update!(**args) @agent_gateway = args[:agent_gateway] if args.key?(:agent_gateway) end |