Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigAgentToAnywhereConfig

Inherits:
Object
  • Object
show all
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 originating from a Reasoning Engine.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigAgentToAnywhereConfig

Returns a new instance of GoogleCloudAiplatformV1beta1ReasoningEngineSpecDeploymentSpecAgentGatewayConfigAgentToAnywhereConfig.



39259
39260
39261
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39259

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

Instance Attribute Details

#agent_gatewayString

Required. The resource name of the Agent Gateway for outbound traffic. It must be set to a Google-managed gateway whose governed_access_path is AGENT_TO_ANYWHERE. Format: projects/project/locations/location/ agentGateways/agent_gateway` Corresponds to the JSON propertyagentGateway`

Returns:

  • (String)


39257
39258
39259
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39257

def agent_gateway
  @agent_gateway
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



39264
39265
39266
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 39264

def update!(**args)
  @agent_gateway = args[:agent_gateway] if args.key?(:agent_gateway)
end