GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata

AI Overview😉

  • The potential purpose of this module is to facilitate the export of documents from Google's Content Warehouse to a Cloud Data Warehouse (CDW) pipeline. This module seems to be responsible for managing the metadata of this export process, including the output dataset, input documents, and output storage location.
  • This module could impact search results by influencing the quality and organization of data in the CDW pipeline. If the export process is successful, it could lead to more accurate and relevant search results, as the data would be properly structured and easily accessible. On the other hand, if the export process fails or is incomplete, it could lead to incomplete or inaccurate search results.
  • To be more favorable for this function, a website could ensure that its documents are properly formatted and easily accessible, making it easier for the export process to succeed. Additionally, the website could provide clear and consistent metadata for its documents, such as accurate resource names and descriptions, which would help the export process to correctly organize and store the data in the CDW pipeline.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.