GoogleCloudContentwarehouseV1ExportToCdwPipeline

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ExportToCdwPipeline


Table of Contents ▼

Jump to a specific part of the page:

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):

View Attributes

Attributes

  1. 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
  2. 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}.
  3. exportFolderPath (type: String.t, default: nil)
    - The Cloud Storage folder path used to store the exported documents before being sent to CDW. Format: gs:///.
  4. 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

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ExportToCdwPipeline{
docAiDataset: String.t() | nil,
documents: [String.t()] | nil,
exportFolderPath: String.t() | nil,
trainingSplitRatio: number() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ExportToCdwPipeline