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, allowing for customization and testing."],["The latest version is identified as 2.37.0-rc, and previous versions, starting from 2.36.0 down to 2.11.0, are also documented, allowing access to a range of past functionalities."],["`ModelServiceConnection` defines virtual methods for various model operations, such as creating, getting, pausing, resuming, deleting, listing, updating, and tuning models."],["The `ModelServiceConnection` class allows developers to create concrete instances using `MakeModelServiceConnection()` and mock instances using `retail_v2_mocks::MockModelServiceConnection` for testing purposes."],["It offers methods to interact with long-running operations, such as listing operations, and getting a specific operation."]]],[]]