// 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"]],[["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 available version is 2.37.0-rc, which can be accessed through its specific link."],["The webpage provides a list of historical versions of the `aiplatform` service, starting from the latest release candidate and going back to version 2.12.0."],["Each listed version, such as 2.36.0 or 2.23.0, links to documentation regarding the `aiplatform_v1_1_1TensorboardServiceClient` endpoint snippet for that specific release."],["The page provides an example of how to override the `aiplatform_v1::TensorboardServiceClient` endpoint configuration, including using it in conjunction with Private Google Access."],["This webpage is dedicated to the documentation for the `aiplatform_v1_1_1TensorboardServiceClient` endpoint snippet across several versions of the service, offering a comprehensive reference."]]],[]]