// 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::ModelServiceClient(
google::cloud::aiplatform_v1::MakeModelServiceConnection("unused",
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."],[[["This page provides a comprehensive list of aiplatform C++ client library versions, ranging from 2.12.0 up to the release candidate 2.37.0-rc."],["Each listed version number links to specific documentation for the `aiplatform_v1_1_1ModelServiceClient-endpoint-snippet`, allowing users to access detailed information for their version."],["The content includes an example of how to override the `aiplatform_v1::ModelServiceClient` endpoint configuration, specifically showing how to use a private endpoint like `\"private.googleapis.com\"`."],["The latest version is 2.37.0-rc, while the current version is 2.36.0, indicating ongoing development and updates to the C++ client library."]]],[]]