Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3ImportDocumentsRequestBatchDocumentsImportConfig

Config for importing documents. Each batch can have its own dataset split type.

Inheritance
object
GoogleCloudDocumentaiV1beta3ImportDocumentsRequestBatchDocumentsImportConfig
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.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3ImportDocumentsRequestBatchDocumentsImportConfig : IDirectResponseSchema

Properties

AutoSplitConfig

If set, documents will be automatically split into training and test split category with the specified ratio.

Declaration
[JsonProperty("autoSplitConfig")]
public virtual GoogleCloudDocumentaiV1beta3ImportDocumentsRequestBatchDocumentsImportConfigAutoSplitConfig AutoSplitConfig { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3ImportDocumentsRequestBatchDocumentsImportConfigAutoSplitConfig

BatchInputConfig

The common config to specify a set of documents used as input.

Declaration
[JsonProperty("batchInputConfig")]
public virtual GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig BatchInputConfig { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1beta3BatchDocumentsInputConfig

DatasetSplit

Target dataset split where the documents must be stored.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX