// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
auto options = google::cloud::Options{}.set<google::cloud::EndpointOption>(
"private.googleapis.com");
auto client = google::cloud::automl_v1::PredictionServiceClient(
google::cloud::automl_v1::MakePredictionServiceConnection(options));
[[["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-05 UTC."],[[["The webpage provides access to various versions of the `automl_v1_1_1PredictionServiceClient-endpoint-snippet`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version, including the latest release candidate, is hyperlinked to its specific documentation page for the corresponding `PredictionServiceClient-endpoint-snippet`."],["The latest release candidate, version 2.37.0-rc, is highlighted as the most recent available version for the AutoML PredictionServiceClient."],["The content contains a code snippet demonstrating how to override the `automl_v1::PredictionServiceClient` Endpoint Configuration, particularly useful when utilizing Private Google Access."],["Version 2.27.0 is the version currently selected on the page, as indicated by its display at the top, with the option to view prior or more current versions below."]]],[]]