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;
}