networkEndpoints property

List<NetworkEndpoint>? networkEndpoints
getter/setter pair

The network endpoints where TPU workers can be accessed and sent work.

It is recommended that runtime clients of the node reach out to the 0th entry in this map first.

Output only.

Implementation

core.List<NetworkEndpoint>? networkEndpoints;