This interface defines virtual methods for each of the user-facing overload sets in ModelServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type ModelServiceClient.
To create a concrete instance, see MakeModelServiceConnection().
[[["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 webpage details the `ModelServiceConnection` object, which defines virtual methods for each user-facing overload set in `ModelServiceClient`."],["The latest version of this documentation is version 2.37.0-rc, while version 2.32.0 is detailed in this specific page."],["Users can inject custom behavior into `ModelServiceClient` objects during testing using this interface."],["The `ModelServiceConnection` includes functions for managing models, such as `GetModel`, `ListModels`, `PatchModel`, and `DeleteModel`."],["Concrete instances of the service connection can be made using the `MakeModelServiceConnection()` method, while a mock can be created with `bigquerycontrol_v2_mocks::MockModelServiceConnection`."]]],[]]