This interface defines virtual methods for each of the user-facing overload sets in TpuClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type TpuClient.
[[["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 webpage provides documentation for the `TpuConnection` object, which is used with the `TpuClient` in the Google Cloud TPU C++ library, version 2.17.0."],["The documentation includes a list of available versions, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0, with links to the specific documentation for each version."],["The `TpuConnection` interface offers virtual methods that mirror the user-facing overloads in `TpuClient`, allowing users to inject custom behavior for testing purposes."],["Key functions of the `TpuConnection` class include managing nodes (ListNodes, GetNode, CreateNode, DeleteNode, ReimageNode, StopNode, StartNode) as well as retrieving information about TensorFlow versions and accelerator types."],["Users can create a concrete instance of the `TpuConnection` object using `MakeTpuConnection()`, or use `MockTpuConnection` for mocking in testing."]]],[]]