GoogleCloudContentwarehouseV1RunPipelineMetadata

AI Overview😉

  • The potential purpose of this module is to track and analyze the processing of files and documents through various pipelines within the Google Cloud Content Warehouse. This module seems to be responsible for collecting metadata about the files, such as the number of files processed, failed, and individual document statuses.

  • This module could impact search results by providing Google's algorithm with a better understanding of the content and structure of documents and files. This could lead to more accurate and relevant search results, especially for searches related to specific documents or files. Additionally, the metadata collected by this module could be used to improve the ranking of documents and files in search results.

  • A website may change things to be more favorable for this function by ensuring that their documents and files are well-structured, easily crawlable, and provide clear metadata. This could include using standardized file formats, providing descriptive file names and titles, and using relevant keywords and tags. Additionally, websites could consider using Google Cloud Content Warehouse and other Google services to process and analyze their documents and files, which could provide more detailed metadata and improve search engine rankings.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Metadata message of RunPipeline method.

Attributes

  • exportToCdwPipelineMetadata (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata.t, default: nil) - The pipeline metadata for Export-to-CDW pipeline.
  • failedFileCount (type: integer(), default: nil) - Number of files that have failed at some point in the pipeline.
  • gcsIngestPipelineMetadata (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata.t, default: nil) - The pipeline metadata for GcsIngest pipeline.
  • individualDocumentStatuses (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus.t), default: nil) - The list of response details of each document.
  • processWithDocAiPipelineMetadata (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata.t, default: nil) - The pipeline metadata for Process-with-DocAi pipeline.
  • totalFileCount (type: integer(), default: nil) - Number of files that were processed by the pipeline.
  • userInfo (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UserInfo.t, default: nil) - User unique identification and groups information.

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.GoogleCloudContentwarehouseV1RunPipelineMetadata{
    exportToCdwPipelineMetadata:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata.t()
      | nil,
    failedFileCount: integer() | nil,
    gcsIngestPipelineMetadata:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata.t()
      | nil,
    individualDocumentStatuses:
      [
        GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus.t()
      ]
      | nil,
    processWithDocAiPipelineMetadata:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata.t()
      | nil,
    totalFileCount: integer() | nil,
    userInfo:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UserInfo.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.