Class GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig
PrivateExtensionConfig configuration for the extension.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ExtensionPrivateServiceConnectConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceDirectory
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 granted servicedirectory.viewer
and servicedirectory.pscAuthorizedService
roles on the
resource.
Declaration
[JsonProperty("serviceDirectory")]
public virtual string ServiceDirectory { get; set; }
Property Value
Type | Description |
---|---|
string |