public sealed class NetworkEndpoint : IMessage<NetworkEndpoint>, IEquatable<NetworkEndpoint>, IDeepCloneable<NetworkEndpoint>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eNetworkEndpoint\u003c/code\u003e class, a component that defines how a TPU worker can be accessed over a network.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNetworkEndpoint\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, extending its functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNetworkEndpoint\u003c/code\u003e class includes two constructors: a default constructor \u003ccode\u003eNetworkEndpoint()\u003c/code\u003e and a copy constructor \u003ccode\u003eNetworkEndpoint(NetworkEndpoint other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two properties: \u003ccode\u003eIpAddress\u003c/code\u003e (string) to store the endpoint's IP and \u003ccode\u003ePort\u003c/code\u003e (int) to store the port number, enabling network reachability.\u003c/p\u003e\n"],["\u003cp\u003eThe current documented version is 2.0.0, with links to other versions such as the latest 2.4.0, as well as previous versions.\u003c/p\u003e\n"]]],[],null,[]]