GoogleCloudContentwarehouseV1RunPipelineRequest class
Request message for DocumentService.RunPipeline.
Constructors
- GoogleCloudContentwarehouseV1RunPipelineRequest({GoogleCloudContentwarehouseV1ExportToCdwPipeline? exportCdwPipeline, GoogleCloudContentwarehouseV1GcsIngestPipeline? gcsIngestPipeline, GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline? gcsIngestWithDocAiProcessorsPipeline, GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline? processWithDocAiPipeline, GoogleCloudContentwarehouseV1RequestMetadata? requestMetadata})
- GoogleCloudContentwarehouseV1RunPipelineRequest.fromJson(Map json_)
Properties
- exportCdwPipeline ↔ GoogleCloudContentwarehouseV1ExportToCdwPipeline?
-
Export docuemnts from Document Warehouse to CDW for training purpose.
getter/setter pair
- gcsIngestPipeline ↔ GoogleCloudContentwarehouseV1GcsIngestPipeline?
-
Cloud Storage ingestion pipeline.
getter/setter pair
- gcsIngestWithDocAiProcessorsPipeline ↔ GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline?
-
Use DocAI processors to process documents in Cloud Storage and ingest them
to Document Warehouse.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- processWithDocAiPipeline ↔ GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline?
-
Use a DocAI processor to process documents in Document Warehouse, and
re-ingest the updated results into Document Warehouse.
getter/setter pair
- requestMetadata ↔ GoogleCloudContentwarehouseV1RequestMetadata?
-
The meta information collected about the end user, used to enforce access
control for the service.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited