Importer des documents depuis Cloud SQL
bookmark_borderbookmark
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Importer des documents depuis Cloud SQL
En savoir plus
Pour obtenir une documentation détaillée incluant cet exemple de code, consultez les articles suivants :
Exemple de code
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],[],[[["This content demonstrates how to import documents into a Vertex AI Agent Builder data store from a Cloud SQL database using Python."],["The process involves setting up a `DocumentServiceClient`, specifying the Cloud SQL source details such as project ID, instance ID, database ID, and table ID."],["The code supports both `FULL` and `INCREMENTAL` reconciliation modes for importing, offering flexibility in data updates."],["Authentication to Vertex AI Agent Builder is achieved via Application Default Credentials, following instructions provided in the documentation."],["After the import request is initiated, the code shows how to wait for the operation to complete and how to access the operation's metadata for additional information."]]],[]]