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 document outlines the `TpuConnection` object, which interfaces with the `TpuClient` for Google Cloud TPU services, in the `2.24.0` version of the library."],["The `TpuConnection` interface provides virtual methods that mirror the user-facing overload sets found in `TpuClient`, enabling custom behavior injection for testing purposes using mocks."],["The `TpuConnection` object provides a multitude of virtual functions, including `ListNodes`, `GetNode`, `CreateNode`, `DeleteNode`, `ReimageNode`, `StopNode`, `StartNode`, `ListTensorFlowVersions`, `GetTensorFlowVersion`, `ListAcceleratorTypes`, and `GetAcceleratorType`."],["This library has a number of versions, including the current latest `2.37.0-rc`, and a number of others down to `2.11.0`, each with its own associated documentation."]]],[]]