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 provides documentation for the `TpuConnection` object, which is used with `TpuClient` in the Google Cloud TPU v2 C++ API."],["The page lists available versions of the TPU API, ranging from 2.11.0 up to the latest release candidate 2.37.0-rc, allowing users to access documentation relevant to specific releases."],["`TpuConnection` defines virtual methods mirroring the user-facing overload sets in `TpuClient`, enabling users to inject custom behaviors for testing purposes using mock objects."],["The documentation details various functions available within the `TpuConnection` interface, including methods for managing nodes, accelerator types, runtime versions, and guest attributes."],["Guidance is provided for creating instances of the `TpuConnection` and for utilizing the `MockTpuConnection` for testing scenarios, simplifying the implementation and management process."]]],[]]