The configuration of exporting documents from the Document
Warehouse to CDW pipeline.
Attributes
Name
Description
documents
MutableSequence[str]
The list of all the resource names of the documents to be
processed. Format:
projects/{project_number}/locations/{location}/documents/{document_id}.
export_folder_path
str
The Cloud Storage folder path used to store the exported
documents before being sent to CDW. Format:
gs://.
doc_ai_dataset
str
Optional. The CDW dataset resource name. This
field is optional. If not set, the documents
will be exported to Cloud Storage only. Format:
projects/{project}/locations/{location}/processors/{processor}/dataset
training_split_ratio
float
Ratio of training dataset split. When importing into
Document AI Workbench, documents will be automatically split
into training and test split category with the specified
ratio. This field is required if doc_ai_dataset is set.
[[["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-08-28 UTC."],[],[],null,["# Class ExportToCdwPipeline (0.7.16)\n\nVersion latestkeyboard_arrow_down\n\n- [0.7.16 (latest)](/python/docs/reference/contentwarehouse/latest/google.cloud.contentwarehouse_v1.types.ExportToCdwPipeline)\n- [0.7.15](/python/docs/reference/contentwarehouse/0.7.15/google.cloud.contentwarehouse_v1.types.ExportToCdwPipeline)\n- [0.6.0](/python/docs/reference/contentwarehouse/0.6.0/google.cloud.contentwarehouse_v1.types.ExportToCdwPipeline)\n- [0.5.1](/python/docs/reference/contentwarehouse/0.5.1/google.cloud.contentwarehouse_v1.types.ExportToCdwPipeline)\n- [0.4.1](/python/docs/reference/contentwarehouse/0.4.1/google.cloud.contentwarehouse_v1.types.ExportToCdwPipeline)\n- [0.3.1](/python/docs/reference/contentwarehouse/0.3.1/google.cloud.contentwarehouse_v1.types.ExportToCdwPipeline)\n- [0.2.1](/python/docs/reference/contentwarehouse/0.2.1/google.cloud.contentwarehouse_v1.types.ExportToCdwPipeline)\n- [0.1.0](/python/docs/reference/contentwarehouse/0.1.0/google.cloud.contentwarehouse_v1.types.ExportToCdwPipeline) \n\n ExportToCdwPipeline(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nThe configuration of exporting documents from the Document\nWarehouse to CDW pipeline."]]