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

NetworkEndpoint

import type { NetworkEndpoint } from "https://googleapis.deno.dev/v1/tpu:v2.ts";

A network endpoint over which a TPU worker can be reached.

interface NetworkEndpoint {
accessConfig?: AccessConfig;
ipAddress?: string;
port?: number;
}

§Properties

§
accessConfig?: AccessConfig
[src]

The access config for the TPU worker.

§
ipAddress?: string
[src]

The internal IP address of this network endpoint.

§
port?: number
[src]

The port of this network endpoint.