// 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::ScheduleServiceClient(
google::cloud::aiplatform_v1::MakeScheduleServiceConnection("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-14 UTC."],[[["The latest version available is 2.37.0-rc, which can be accessed via the provided link."],["The documentation provides a range of versions, from 2.12.0 to 2.37.0-rc, each with its own associated documentation link."],["The webpage content is referencing the documentation for aiplatform_v1::ScheduleServiceClient and shows a variety of versions from 2.12.0 up until the latest 2.37.0-rc."],["There is information provided on how to override the aiplatform_v1::ScheduleServiceClient Endpoint configuration, in particular for Private Google Access."]]],[]]