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

GoogleCloudAiplatformV1ClientConnectionConfig

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

Configurations (e.g. inference timeout) that are applied on your endpoints.

interface GoogleCloudAiplatformV1ClientConnectionConfig {
inferenceTimeout?: number;
}

§Properties

§
inferenceTimeout?: number
[src]

Customizable online prediction request timeout.