GoogleCloudAiplatformV1PrivateServiceConnectConfig
import type { GoogleCloudAiplatformV1PrivateServiceConnectConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
Represents configuration for private service connect.
interface GoogleCloudAiplatformV1PrivateServiceConnectConfig {
enablePrivateServiceConnect?: boolean;
projectAllowlist?: string[];
pscAutomationConfigs?: GoogleCloudAiplatformV1PSCAutomationConfig[];
readonly serviceAttachment?: string;
}§Properties
§
enablePrivateServiceConnect?: boolean
[src]Required. If true, expose the IndexEndpoint via private service connect.
§
projectAllowlist?: string[]
[src]A list of Projects from which the forwarding rule will target the service attachment.
§
pscAutomationConfigs?: GoogleCloudAiplatformV1PSCAutomationConfig[]
[src]Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.