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."],[[["This webpage provides documentation for the `ModelServiceConnection` object, which is used with the `ModelServiceClient`."],["The `ModelServiceConnection` allows for custom behavior injection, especially useful for testing `ModelServiceClient` using tools like Google Mock."],["The documentation lists the `ModelServiceConnection` versions, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["It outlines the virtual methods available within `ModelServiceConnection`, including functions like `CreateModel`, `GetModel`, `DeleteModel`, `UpdateModel`, `TuneModel` and others, along with their parameters and return types."],["The `MakeModelServiceConnection()` function can be used to create a concrete instance, while `retail_v2_mocks::MockModelServiceConnection` is available for mocking purposes."]]],[]]