Show / Hide Table of Contents

Class GoogleCloudContentwarehouseV1ExportToCdwPipeline

The configuration of exporting documents from the Document Warehouse to CDW pipeline.

Inheritance
object
GoogleCloudContentwarehouseV1ExportToCdwPipeline
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 GoogleCloudContentwarehouseV1ExportToCdwPipeline : IDirectResponseSchema

Properties

DocAiDataset

Optional. The CDW dataset resource name. This field is optional. If not set, the documents will be exported to Cloud Storage only. Format: projects/{project}/locations/{location}/processors/{processor}/dataset

Declaration
[JsonProperty("docAiDataset")]
public virtual string DocAiDataset { get; set; }
Property Value
Type Description
string

Documents

The list of all the resource names of the documents to be processed. Format: projects/{project_number}/locations/{location}/documents/{document_id}.

Declaration
[JsonProperty("documents")]
public virtual IList<string> Documents { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

ExportFolderPath

The Cloud Storage folder path used to store the exported documents before being sent to CDW. Format: gs:///.

Declaration
[JsonProperty("exportFolderPath")]
public virtual string ExportFolderPath { get; set; }
Property Value
Type Description
string

TrainingSplitRatio

Ratio of training dataset split. When importing into Document AI Workbench, documents will be automatically split into training and test split category with the specified ratio. This field is required if doc_ai_dataset is set.

Declaration
[JsonProperty("trainingSplitRatio")]
public virtual float? TrainingSplitRatio { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX