Class RunPipelineRequest (0.7.7)

RunPipelineRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for DocumentService.RunPipeline.

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

NameDescription
name str
Required. The resource name which owns the resources of the pipeline. Format: projects/{project_number}/locations/{location}.
gcs_ingest_pipeline google.cloud.contentwarehouse_v1.types.GcsIngestPipeline
Cloud Storage ingestion pipeline. This field is a member of oneof_ pipeline.
gcs_ingest_with_doc_ai_processors_pipeline google.cloud.contentwarehouse_v1.types.GcsIngestWithDocAiProcessorsPipeline
Use DocAI processors to process documents in Cloud Storage and ingest them to Document Warehouse. This field is a member of oneof_ pipeline.
export_cdw_pipeline google.cloud.contentwarehouse_v1.types.ExportToCdwPipeline
Export docuemnts from Document Warehouse to CDW for training purpose. This field is a member of oneof_ pipeline.
process_with_doc_ai_pipeline google.cloud.contentwarehouse_v1.types.ProcessWithDocAiPipeline
Use a DocAI processor to process documents in Document Warehouse, and re-ingest the updated results into Document Warehouse. This field is a member of oneof_ pipeline.
request_metadata google.cloud.contentwarehouse_v1.types.RequestMetadata
The meta information collected about the end user, used to enforce access control for the service.