// 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::TensorboardServiceClient(
google::cloud::aiplatform_v1::MakeTensorboardServiceConnection("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 webpage provides access to the endpoint snippets for the `aiplatform_v1_1_1TensorboardServiceClient` across multiple versions, ranging from 2.12.0 up to the latest release candidate, 2.37.0-rc."],["The primary focus of the content is to showcase different version-specific configurations of the `TensorboardServiceClient` for the aiplatform library in C++."],["The webpage contains example code on overriding `aiplatform_v1::TensorboardServiceClient` endpoint configuration for accessing private google cloud endpoints."],["Each version listed, such as 2.36.0, 2.35.0, etc., has a dedicated link directing users to the specific documentation for that version's `aiplatform_v1_1_1TensorboardServiceClient-endpoint-snippet`."],["This list has all versions of the `aiplatform_v1_1_1TensorboardServiceClient-endpoint-snippet`, which started at version 2.20.0, as seen at the top of the list."]]],[]]