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 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."]]],[]]