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."],[[["The `TpuConnection` object serves as the interface for the `TpuClient`, defining virtual methods that mirror the user-facing overload sets in `TpuClient`."],["This interface allows for the injection of custom behavior, which is particularly useful for testing using objects like Google Mock's `MockTpuConnection`."],["The page provides links to documentation for the `TpuConnection` for many versions, from 2.11.0 to the latest release candidate 2.37.0-rc, with 2.20.0 as the focus."],["Users can create concrete instances using `MakeTpuConnection()` or utilize the `tpu_v2_mocks::MockTpuConnection` for mocking purposes."],["It lists a range of functions such as `ListNodes`, `GetNode`, `CreateNode`, and others, each with parameters, descriptions, and return types, all part of the `TpuConnection` class."]]],[]]