GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ExportToCdwPipeline
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
The configuration of exporting documents from the Document Warehouse to CDW pipeline.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
docAiDataset
(type:String.t
, default:nil
)
- 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 -
documents
(type:list(String.t)
, default:nil
)
- The list of all the resource names of the documents to be processed. Format: projects/{project_number}/locations/{location}/documents/{document_id}. -
exportFolderPath
(type:String.t
, default:nil
)
- The Cloud Storage folder path used to store the exported documents before being sent to CDW. Format:gs:///
. -
trainingSplitRatio
(type:number()
, default:nil
)
- 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.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ExportToCdwPipeline