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"]],[["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-09 UTC."],[[["This page details the `ModelServiceConnection` object, which acts as an interface defining virtual methods for `ModelServiceClient`'s user-facing overload sets, allowing for custom behavior injection, particularly in testing."],["The `ModelServiceConnection` object is available in multiple versions, with version 2.37.0-rc being the latest release candidate, and the currently displayed information being for version 2.33.0."],["You can use `MakeModelServiceConnection()` to create a concrete instance of `ModelServiceConnection`."],["For mocking purposes, `bigquerycontrol_v2_mocks::MockModelServiceConnection` is provided."],["`ModelServiceConnection` provides virtual functions for managing models, including `GetModel`, `ListModels`, `PatchModel`, and `DeleteModel`, each taking a specific request type and returning a defined response."]]],[]]