This interface defines virtual methods for each of the user-facing overload sets in PredictionServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type PredictionServiceClient.
[[["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 details the `PredictionServiceConnection` class within the Google Cloud AutoML v1 C++ library, which is currently at version 2.29.0."],["The `PredictionServiceConnection` interface offers virtual methods for all user-facing overload sets found in `PredictionServiceClient`, enabling custom behavior injection during testing."],["The webpage provides links to documentation for a range of previous versions, starting from 2.11.0, with a latest version candidate of 2.37.0-rc."],["Users can utilize the `MakePredictionServiceConnection()` function to generate a concrete instance, or use `MockPredictionServiceConnection` for mocking in testing."],["The class contains functions for the `Predict` and `BatchPredict` operations, the later having 3 different virtual method overloads."]]],[]]