Supprimer un data store
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Supprimer un data store
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 page provides instructions and a Python code sample for deleting a data store within the Vertex AI Agent Builder."],["The code sample utilizes the `discoveryengine` library to interact with the Vertex AI Agent Builder API, including creating a client and making a `DeleteDataStoreRequest`."],["Authentication to Vertex AI Agent Builder requires setting up Application Default Credentials, as detailed in the provided documentation link."],["The code sample's `delete_data_store_sample` function requires the project ID, location, and data store ID to identify and delete the specific data store."],["The function then creates a request and executes the deletion, outputting the operation's name in the process."]]],[]]