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 details the `ModelServiceConnection` class for the Google Cloud Retail API's C++ client library, specifically outlining its role as an interface for the `ModelServiceClient`."],["The `ModelServiceConnection` allows for custom behavior injection in tests using objects like `ModelServiceClient`, enhancing the testing process."],["It includes a comprehensive list of virtual methods, like `CreateModel`, `GetModel`, `PauseModel`, `ResumeModel`, `DeleteModel`, `ListModels`, `UpdateModel`, and `TuneModel`, for managing models."],["The page lists all the versions of the service including the latest release, `2.37.0-rc`, as well as the current version `2.19.0`."],["A concrete instance of the class can be made using `MakeModelServiceConnection()` and a mock version can be utilized for testing by using `retail_v2_mocks::MockModelServiceConnection`."]]],[]]