RunPipelineMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata message of RunPipeline method.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
total_file_count |
int
Number of files that were processed by the pipeline. |
failed_file_count |
int
Number of files that have failed at some point in the pipeline. |
user_info |
google.cloud.contentwarehouse_v1.types.UserInfo
User unique identification and groups information. |
gcs_ingest_pipeline_metadata |
google.cloud.contentwarehouse_v1.types.RunPipelineMetadata.GcsIngestPipelineMetadata
The pipeline metadata for GcsIngest pipeline. This field is a member of oneof _ pipeline_metadata .
|
export_to_cdw_pipeline_metadata |
google.cloud.contentwarehouse_v1.types.RunPipelineMetadata.ExportToCdwPipelineMetadata
The pipeline metadata for Export-to-CDW pipeline. This field is a member of oneof _ pipeline_metadata .
|
process_with_doc_ai_pipeline_metadata |
google.cloud.contentwarehouse_v1.types.RunPipelineMetadata.ProcessWithDocAiPipelineMetadata
The pipeline metadata for Process-with-DocAi pipeline. This field is a member of oneof _ pipeline_metadata .
|
individual_document_statuses |
MutableSequence[google.cloud.contentwarehouse_v1.types.RunPipelineMetadata.IndividualDocumentStatus]
The list of response details of each document. |
Classes
ExportToCdwPipelineMetadata
ExportToCdwPipelineMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The metadata message for Export-to-CDW pipeline.
GcsIngestPipelineMetadata
GcsIngestPipelineMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The metadata message for GcsIngest pipeline.
IndividualDocumentStatus
IndividualDocumentStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The status of processing a document.
ProcessWithDocAiPipelineMetadata
ProcessWithDocAiPipelineMetadata(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
The metadata message for Process-with-DocAi pipeline.