bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
[](std::string const& keyfile){ auto is = std::ifstream(keyfile); is.exceptions(std::ios::badbit);// Minimal error handling in examples auto contents = std::string(std::istreambuf_iterator<char>(is.rdbuf()),{}); auto options = google::cloud::Options{}.set<google::cloud::UnifiedCredentialsOption>( google::cloud::MakeServiceAccountCredentials(contents)); return google::cloud::aiplatform_v1::NotebookServiceClient( google::cloud::aiplatform_v1::MakeNotebookServiceConnection( "us-west1"/* regional service region */, 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-02 UTC."],[[["The latest release candidate version available is 2.37.0-rc for the aiplatform service."],["This page documents aiplatform service version history, starting from version 2.12.0 to version 2.37.0-rc."],["All listed versions offer documentation on the \"aiplatform_v1_1_1NotebookServiceClient-service-account-snippet\", including the default version of 2.32.0."],["The documentation includes a code snippet demonstrating how to override the aiplatform_v1::NotebookServiceClient authentication defaults using a service account keyfile."],["The service region for the provided code snippet example is set to \"us-west1\"."]]],[]]