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-04-09 UTC."],[[["This document outlines the `ModelServiceConnection` class, which provides an interface for interacting with the `ModelServiceClient` in the Google Cloud Retail v2 API, with the current version being 2.31.0."],["The `ModelServiceConnection` class supports defining custom behaviors in tests through the injection of mock objects."],["This class defines virtual methods that correspond to user-facing overload sets in `ModelServiceClient`, such as `CreateModel`, `GetModel`, `PauseModel`, `ResumeModel`, `DeleteModel`, `ListModels`, `UpdateModel`, `TuneModel`, `ListOperations`, and `GetOperation`, enabling a comprehensive set of model management operations."],["The latest release is version `2.37.0-rc`, with many versions also listed, ranging from `2.36.0` down to `2.11.0`, providing a history of all available versions of this software."],["The `MakeModelServiceConnection()` method is provided for the creation of a concrete instance of the service connection, while `retail_v2_mocks::MockModelServiceConnection` is provided for mocking purposes."]]],[]]