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-14 UTC."],[[["The webpage provides documentation for the `ModelServiceConnection` object, which is used in conjunction with `ModelServiceClient` for the Google Cloud Retail API."],["This `ModelServiceConnection` interface allows users to define custom behaviors for `ModelServiceClient` methods, particularly useful for testing purposes via injection of mock objects."],["The documentation covers a wide range of versions, with 2.37.0-rc being the latest release candidate and versions from 2.36.0 down to 2.11.0 being available."],["The interface defines virtual methods for various operations related to models, such as `CreateModel`, `GetModel`, `PauseModel`, `ResumeModel`, `DeleteModel`, `ListModels`, `UpdateModel`, and `TuneModel`."],["The documentation provides details on the parameters, return types, and descriptions for each of these methods, including variations for handling asynchronous operations with `NoAwaitTag` and `google::longrunning::Operation`."]]],[]]