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

GoogleCloudAiplatformV1ProbeTcpSocketAction

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

TcpSocketAction probes the health of a container by opening a TCP socket connection.

interface GoogleCloudAiplatformV1ProbeTcpSocketAction {
host?: string;
port?: number;
}

§Properties

§
host?: string
[src]

Optional: Host name to connect to, defaults to the model serving container's IP.

§
port?: number
[src]

Number of the port to access on the container. Number must be in the range 1 to 65535.