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.
Voting helps other researchers find interesting modules.
Metadata message of RunPipeline method.
exportToCdwPipelineMetadata
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataExportToCdwPipelineMetadata.t
nil
failedFileCount
integer()
gcsIngestPipelineMetadata
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataGcsIngestPipelineMetadata.t
individualDocumentStatuses
list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataIndividualDocumentStatus.t)
processWithDocAiPipelineMetadata
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RunPipelineMetadataProcessWithDocAiPipelineMetadata.t
totalFileCount
userInfo
GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UserInfo.t
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()