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` class, which is part of the Google Cloud TPU C++ client library, with version 2.15.1 being the main focus."],["The documentation lists various versions of the `TpuConnection` class, from version 2.11.0 to 2.37.0-rc which is the latest release candidate, with links to the respective documentation pages."],["The `TpuConnection` class defines virtual methods corresponding to each user-facing overload set in `TpuClient`, allowing for custom behavior injection during testing."],["The `TpuConnection` class includes virtual functions to manage TPU resources, such as listing, getting, creating, deleting, reimaging, stopping, and starting nodes, along with managing TensorFlow versions and accelerator types."],["Users can create a concrete instance of the `TpuConnection` using `MakeTpuConnection()`, and use `tpu_v1_mocks::MockTpuConnection` for mocking purposes."]]],[]]