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

AccessConfig

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

An access config attached to the TPU worker.

interface AccessConfig {
readonly externalIp?: string;
}

§Properties

§
readonly externalIp?: string
[src]

Output only. An external IP address associated with the TPU worker.