View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata (google_api_content_warehouse v0.4.0)

The metadata message for Export-to-CDW pipeline.

Attributes

  • docAiDataset (type: String.t, default: nil) - The output CDW dataset resource name.
  • documents (type: list(String.t), default: nil) - The input list of all the resource names of the documents to be exported.
  • outputPath (type: String.t, default: nil) - The output Cloud Storage folder in this pipeline.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.