public sealed class NetworkEndpoint : IMessage<NetworkEndpoint>, IEquatable<NetworkEndpoint>, IDeepCloneable<NetworkEndpoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud TPU v1 API class NetworkEndpoint.
A network endpoint over which a TPU worker can be reached.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `NetworkEndpoint` class within the Google Cloud TPU v1 API, specifically version 2.2.0."],["The `NetworkEndpoint` class represents a network endpoint through which a TPU worker can be accessed, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `NetworkEndpoint` class include `IpAddress` (a string) and `Port` (an integer), which define the network endpoint's address and port, respectively."],["The document mentions several versions of the google cloud TPU API from 1.0.0 to 2.4.0 with 2.4.0 being the latest."],["You can construct a new `NetworkEndpoint` object using either an empty constructor or by providing another `NetworkEndpoint` object."]]],[]]