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 document outlines the `TpuConnection` class, which provides virtual methods for user-facing operations within `TpuClient`, enabling the injection of custom behavior for testing."],["The latest release candidate version for `TpuConnection` is 2.37.0-rc, and the document lists multiple previous versions down to 2.11.0 with hyperlinks for further details on each one."],["`TpuConnection` allows interactions such as listing, getting, creating, deleting, stopping, starting, and updating nodes, including functions to manage accelerator types and runtime versions."],["The document provides details for mocking `TpuConnection` with `tpu_v2_mocks::MockTpuConnection` and creating concrete instances using `MakeTpuConnection()`."],["The class offers functions to retrieve options, generate service identity, and manage guest attributes."]]],[]]