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.
[[["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 provides documentation for the `ModelServiceConnection` class within the Google Cloud Retail C++ library, specifically for version 2.16.0 and other versions up to 2.37.0-rc."],["`ModelServiceConnection` defines the interface for `ModelServiceClient`, allowing users to implement custom behaviors, particularly useful for testing with mock objects."],["The page lists various versions of the `ModelServiceConnection` class, ranging from version 2.16.0 up to the latest release candidate version 2.37.0-rc, with links to the documentation for each."],["The class offers virtual methods to manage models, including `CreateModel`, `GetModel`, `PauseModel`, `ResumeModel`, `DeleteModel`, `ListModels`, `UpdateModel`, and `TuneModel`, each with its specific request and return types."],["The `ModelServiceConnection` provides a way to interact with the Retail API, as a concrete instance can be created using the `MakeModelServiceConnection()` function."]]],[]]