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-14 UTC."],[[["This webpage details the `TpuConnection` object, which facilitates communication with the `TpuClient` for Google Cloud TPU services."],["The page provides access to documentation for a range of versions, from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["Users can find information on virtual methods for operations like listing, getting, creating, deleting, reimaging, stopping, and starting TPU nodes, in addition to retrieving TensorFlow versions and accelerator types."],["The `TpuConnection` object allows for custom behavior injection during testing, and it can be mocked using `tpu_v1_mocks::MockTpuConnection`."],["`MakeTpuConnection()` is the method used to instantiate a `TpuConnection` object."]]],[]]