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-05-07 UTC."],[[["This document details the `TpuConnection` class, which provides an interface for interacting with the `TpuClient` in the Google Cloud TPU v2 C++ library."],["The `TpuConnection` class allows for custom behavior injection, such as using a mock object, in tests that utilize `TpuClient`."],["The `MakeTpuConnection()` function is available to create a concrete instance of the `TpuConnection` class."],["The document lists many different versions of the Google Cloud TPU v2 C++ library, the latest of which is version 2.37.0-rc, and details the functions within the `TpuConnection` class, including `ListNodes`, `CreateNode`, `DeleteNode`, `GetGuestAttributes`, and others."],["The document also contains a list of virtual functions that are part of the `TpuConnection` class, specifying their parameter types, parameter names, return types, and descriptions."]]],[]]