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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 UTC."],[[["This document outlines the `TpuConnection` class, which provides an interface for interacting with the `TpuClient` and allows for the injection of custom behavior during testing."],["The `TpuConnection` class offers virtual methods that mirror the user-facing overload sets found in `TpuClient`, enabling the use of mocking frameworks like Google Mock."],["It contains functions such as `ListNodes`, `GetNode`, `CreateNode`, `DeleteNode`, `ReimageNode`, `StopNode`, `StartNode`, `ListTensorFlowVersions`, `GetTensorFlowVersion`, `ListAcceleratorTypes`, and `GetAcceleratorType`, for managing TPU resources and versions."],["The document lists multiple available version numbers of this resource, ranging from `2.11.0` up to `2.37.0-rc`, with the current version described in this page being `2.18.0`."]]],[]]