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."],[[["The webpage provides documentation for the `PredictionServiceConnection` class within the Google Cloud AutoML C++ library, detailing its role in managing connections for the `PredictionServiceClient`."],["The page lists various versions of the `PredictionServiceConnection` class, ranging from version 2.11.0 up to the latest release candidate version, 2.37.0-rc."],["The `PredictionServiceConnection` class defines virtual methods for user-facing operations, such as `Predict` and `BatchPredict`, allowing for the injection of custom behavior for testing purposes."],["Users can create concrete instances of `PredictionServiceConnection` using the `MakePredictionServiceConnection()` function, or utilize the `MockPredictionServiceConnection` class for mocking."],["The `PredictionServiceConnection` class includes methods to set options and handle prediction requests, including single prediction requests using `Predict`, and batch prediction requests with the `BatchPredict` method."]]],[]]