Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig
- 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
-
#service_directory ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig
constructor
A new instance of GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig
Returns a new instance of GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig.
8492 8493 8494 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8492 def initialize(**args) update!(**args) end |
Instance Attribute Details
#service_directory ⇒ String
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`
8490 8491 8492 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8490 def service_directory @service_directory end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8497 8498 8499 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8497 def update!(**args) @service_directory = args[:service_directory] if args.key?(:service_directory) end |