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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage provides documentation for the `PredictionServiceConnection` class within the Google Cloud AutoML C++ library, specifically for version 2.15.1, with links to other versions of the documentation."],["The `PredictionServiceConnection` class defines virtual methods that mirror the user-facing overload sets in `PredictionServiceClient`, allowing users to inject custom behavior for testing purposes."],["Users can create a concrete instance of `PredictionServiceConnection` using the `MakePredictionServiceConnection()` function."],["The page also provides a `MockPredictionServiceConnection` class for testing."],["The provided functions include `Predict`, which takes a `PredictRequest` and returns a `PredictResponse`, and `BatchPredict`, which handles bulk predictions."]]],[]]