GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata


Table of Contents ▼

Jump to a specific part of the page:

Description

The metadata message for Export-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)
    - The output CDW dataset resource name.
  2. documents (type: list(String.t), default: nil)
    - The input list of all the resource names of the documents to be exported.
  3. outputPath (type: String.t, default: nil)
    - The output Cloud Storage folder in this pipeline.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata{
docAiDataset: String.t() | nil,
documents: [String.t()] | nil,
outputPath: String.t() | nil
}

Function

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

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