Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig

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

PrivateExtensionConfig configuration for the extension.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig

Returns a new instance of GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig.



8570
8571
8572
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8570

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

Instance Attribute Details

#service_directoryString

Required. The Service Directory resource name in which the service endpoints associated to the extension are registered. Format: projects/project_id/ locations/location_id/namespaces/namespace_id/services/service_id`- The Vertex AI Extension Service Agent (https://cloud.google.com/vertex-ai/docs/ general/access-control#service-agents) should be grantedservicedirectory. viewerandservicedirectory.pscAuthorizedServiceroles on the resource. Corresponds to the JSON propertyserviceDirectory`

Returns:

  • (String)


8568
8569
8570
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8568

def service_directory
  @service_directory
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8575
8576
8577
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8575

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