GoogleCloudContentwarehouseV1RunPipelineRequest

AI Overview😉

  • The potential purpose of this module is to process and analyze documents in Google's Document Warehouse using various pipelines, including Cloud Storage ingestion, DocAI processing, and exporting to CDW (Cloud Data Warehouse) for training purposes. This module seems to be responsible for handling the workflow of document processing and analysis.
  • This module could impact search results by allowing Google to better understand and analyze the content of documents, which could lead to more accurate and relevant search results. The use of DocAI processors and Cloud Storage ingestion could enable Google to extract more structured data from documents, improving its ability to answer complex queries and provide more informative search results.
  • A website may change things to be more favorable for this function by ensuring that their documents are well-structured, easily crawlable, and contain relevant metadata. This could include using standardized document formats, providing clear and concise titles and descriptions, and making sure that documents are easily accessible to Google's crawlers. Additionally, websites may benefit from using schema markup and other forms of structured data to help Google better understand the content and context of their documents.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineRequest (google_api_content_warehouse v0.4.0)

Request message for DocumentService.RunPipeline.

Attributes

  • exportCdwPipeline (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ExportToCdwPipeline.t, default: nil) - Export docuemnts from Document Warehouse to CDW for training purpose.
  • gcsIngestPipeline (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1GcsIngestPipeline.t, default: nil) - Cloud Storage ingestion pipeline.
  • gcsIngestWithDocAiProcessorsPipeline (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline.t, default: nil) - Use DocAI processors to process documents in Cloud Storage and ingest them to Document Warehouse.
  • processWithDocAiPipeline (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline.t, default: nil) - Use a DocAI processor to process documents in Document Warehouse, and re-ingest the updated results into Document Warehouse.
  • requestMetadata (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RequestMetadata.t, default: nil) - The meta information collected about the end user, used to enforce access control for the service.

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.GoogleCloudContentwarehouseV1RunPipelineRequest{
    exportCdwPipeline:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ExportToCdwPipeline.t()
      | nil,
    gcsIngestPipeline:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1GcsIngestPipeline.t()
      | nil,
    gcsIngestWithDocAiProcessorsPipeline:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline.t()
      | nil,
    processWithDocAiPipeline:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline.t()
      | nil,
    requestMetadata:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RequestMetadata.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.