Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1PrivateEndpoints

import type { GoogleCloudAiplatformV1PrivateEndpoints } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

PrivateEndpoints proto is used to provide paths for users to send requests privately. To send request via private service access, use predict_http_uri, explain_http_uri or health_http_uri. To send request via private service connect, use service_attachment.

interface GoogleCloudAiplatformV1PrivateEndpoints {
readonly explainHttpUri?: string;
readonly healthHttpUri?: string;
readonly predictHttpUri?: string;
readonly serviceAttachment?: string;
}

§Properties

§
readonly explainHttpUri?: string
[src]

Output only. Http(s) path to send explain requests.

§
readonly healthHttpUri?: string
[src]

Output only. Http(s) path to send health check requests.

§
readonly predictHttpUri?: string
[src]

Output only. Http(s) path to send prediction requests.

§
readonly serviceAttachment?: string
[src]

Output only. The name of the service attachment resource. Populated if private service connect is enabled.