NetworkEndpointResponse

data class NetworkEndpointResponse(val accessConfig: AccessConfigResponse, val ipAddress: String, val port: Int)

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

Constructors

Link copied to clipboard
fun NetworkEndpointResponse(accessConfig: AccessConfigResponse, ipAddress: String, port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access config for the TPU worker.

Link copied to clipboard

The internal IP address of this network endpoint.

Link copied to clipboard
val port: Int

The port of this network endpoint.