// 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::aiplatform_v1::EvaluationServiceClient(
google::cloud::aiplatform_v1::MakeEvaluationServiceConnection("unused",
options));
[[["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-08 UTC."],[[["The webpage provides a comprehensive list of aiplatform_v1::EvaluationServiceClient versions, ranging from 2.12.0 to 2.37.0-rc, including links to their respective documentation."],["Version 2.37.0-rc is the latest release candidate version available."],["Users can access the documentation for each specific version of aiplatform_v1::EvaluationServiceClient by clicking on the provided links."],["The content includes information on how to override the aiplatform_v1::EvaluationServiceClient endpoint configuration using private google access, shown within a code snippet."],["The oldest version of the aiplatform_v1::EvaluationServiceClient documentation available is 2.12.0, as indicated by the links provided."]]],[]]