// 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 vpc_client =
google::cloud::aiplatform_v1::DeploymentResourcePoolServiceClient(
google::cloud::aiplatform_v1::
MakeDeploymentResourcePoolServiceConnection("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."],[[["This page provides documentation for different versions of the `aiplatform_v1::DeploymentResourcePoolServiceClient`, with the latest version being 2.37.0-rc."],["The content lists all the available versions, ranging from 2.12.0 up to the most recent release candidate, 2.37.0-rc, each with links to their respective documentation pages."],["The documentation includes instructions on how to override the default endpoint configuration for the `DeploymentResourcePoolServiceClient`, using `private.googleapis.com` as an example."],["The provided endpoint override configuration is specifically relevant when utilizing Private Google Access."]]],[]]