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-05-07 UTC."],[[["This webpage provides documentation for the `PredictionServiceConnection` class within the Google Cloud AutoML v1 C++ client library, detailing its role and capabilities."],["The page lists various versions of the `PredictionServiceConnection` class, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0, allowing users to find the relevant version."],["`PredictionServiceConnection` acts as an interface with virtual methods that mirror the user-facing overload sets in `PredictionServiceClient`, facilitating custom behavior injection, especially for testing purposes."],["The page explains how to instantiate a `PredictionServiceConnection` object using `MakePredictionServiceConnection()`, and it directs to the `automl_v1_mocks::MockPredictionServiceConnection` for mocking."],["It outlines the core functions of the class, including `options()`, `Predict()`, and `BatchPredict()`, along with their respective parameters and return types, detailing how to make different prediction requests."]]],[]]