Try Gemini 1.5 models, the latest multimodal models in Vertex AI, and see what you can build with up to a 2M token context window.Try Gemini 1.5 models, the latest multimodal models in Vertex AI, and see what you can build with up to a 2M token context window.
Stay organized with collections
Save and categorize content based on your preferences.
You can transfer documents from the Document AI Warehouse to the Document AI Workbench
using the export-to-Workbench pipeline. The pipeline exports the
documents to a Cloud Storage folder, then imports them to a
Document AI dataset. You provide the Cloud Storage folder and
the Document AI dataset.
Prerequisites
Before you begin, you need the following:
Under the same Google Cloud project, follow the steps to create a processor
.
Dedicate an empty Cloud Storage folder for storing exported documents.
On the custom processor page, click Configure Your Dataset and then Continue to initialize the dataset.
The training and test split ratio can be specified in the training_split_ratio field as a floating-point number. For example, for a set of 10 documents, if the ratio is specified as 0.8, 8 documents will be added to the training set and the remaining 2 documents to the test set.
This command returns a resource name for a long-running operation. Use it to
track the progress of the pipeline in the next step.
[[["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-10 UTC."],[[["Document AI Warehouse is being deprecated and will be unavailable after January 16, 2025, requiring users to migrate their data to an alternative like Cloud Storage before this date to avoid data loss."],["Users can transfer documents from Document AI Warehouse to Document AI Workbench using the export-to-Workbench pipeline, which involves exporting documents to a designated Cloud Storage folder and then importing them to a Document AI dataset."],["To utilize the pipeline, users need a created processor in the same Google Cloud project, a dedicated empty Cloud Storage folder for exported documents, and an initialized dataset in the custom processor settings."],["The pipeline can be run with a REST request that specifies the documents to export, the export cloud storage folder, and the dataset to import them to, as well as allowing users to define the ratio between the training and test sets."]]],[]]