bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
// 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::FeatureOnlineStoreServiceClient( google::cloud::aiplatform_v1::MakeFeatureOnlineStoreServiceConnection( "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-04-24 UTC."],[[["This webpage provides access to the endpoint configuration documentation for the `aiplatform_v1::FeatureOnlineStoreServiceClient` across multiple versions."],["The most recent release candidate version available is `2.37.0-rc`, while the latest stable version is `2.36.0`."],["The webpage contains documentation for versions spanning from `2.12.0` to `2.37.0-rc`."],["Version 2.26.0 is currently highlighted at the top, serving as the entry point to the documentation for that specific version."],["The webpage also provides a code snippet that demonstrates how to override the endpoint configuration for the `FeatureOnlineStoreServiceClient` by using a common configuration with Private Google Access."]]],[]]