Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1RunPipelineRequest

Request message for DocumentService.RunPipeline.

Inheritance
object
GoogleCloudContentwarehouseV1RunPipelineRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class GoogleCloudContentwarehouseV1RunPipelineRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExportCdwPipeline

Export docuemnts from Document Warehouse to CDW for training purpose.

Declaration
[JsonProperty("exportCdwPipeline")]
public virtual GoogleCloudContentwarehouseV1ExportToCdwPipeline ExportCdwPipeline { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1ExportToCdwPipeline

GcsIngestPipeline

Cloud Storage ingestion pipeline.

Declaration
[JsonProperty("gcsIngestPipeline")]
public virtual GoogleCloudContentwarehouseV1GcsIngestPipeline GcsIngestPipeline { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1GcsIngestPipeline

GcsIngestWithDocAiProcessorsPipeline

Use DocAI processors to process documents in Cloud Storage and ingest them to Document Warehouse.

Declaration
[JsonProperty("gcsIngestWithDocAiProcessorsPipeline")]
public virtual GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline GcsIngestWithDocAiProcessorsPipeline { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1GcsIngestWithDocAiProcessorsPipeline

ProcessWithDocAiPipeline

Use a DocAI processor to process documents in Document Warehouse, and re-ingest the updated results into Document Warehouse.

Declaration
[JsonProperty("processWithDocAiPipeline")]
public virtual GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline ProcessWithDocAiPipeline { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1ProcessWithDocAiPipeline

RequestMetadata

The meta information collected about the end user, used to enforce access control for the service.

Declaration
[JsonProperty("requestMetadata")]
public virtual GoogleCloudContentwarehouseV1RequestMetadata RequestMetadata { get; set; }
Property Value
Type Description
GoogleCloudContentwarehouseV1RequestMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX