Cloud Document AI v1beta3 API - Class ImportDocumentsRequest.Types.BatchDocumentsImportConfig (2.0.0-beta19)

public sealed class ImportDocumentsRequest.Types.BatchDocumentsImportConfig : IMessage<ImportDocumentsRequest.Types.BatchDocumentsImportConfig>, IEquatable<ImportDocumentsRequest.Types.BatchDocumentsImportConfig>, IDeepCloneable<ImportDocumentsRequest.Types.BatchDocumentsImportConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1beta3 API class ImportDocumentsRequest.Types.BatchDocumentsImportConfig.

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

Inheritance

object > ImportDocumentsRequest.Types.BatchDocumentsImportConfig

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

BatchDocumentsImportConfig()

public BatchDocumentsImportConfig()

BatchDocumentsImportConfig(BatchDocumentsImportConfig)

public BatchDocumentsImportConfig(ImportDocumentsRequest.Types.BatchDocumentsImportConfig other)
Parameter
Name Description
other ImportDocumentsRequestTypesBatchDocumentsImportConfig

Properties

AutoSplitConfig

public ImportDocumentsRequest.Types.BatchDocumentsImportConfig.Types.AutoSplitConfig AutoSplitConfig { get; set; }

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

Property Value
Type Description
ImportDocumentsRequestTypesBatchDocumentsImportConfigTypesAutoSplitConfig

BatchInputConfig

public BatchDocumentsInputConfig BatchInputConfig { get; set; }

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

Property Value
Type Description
BatchDocumentsInputConfig

DatasetSplit

public DatasetSplitType DatasetSplit { get; set; }

Target dataset split where the documents must be stored.

Property Value
Type Description
DatasetSplitType

HasDatasetSplit

public bool HasDatasetSplit { get; }

Gets whether the "dataset_split" field is set

Property Value
Type Description
bool

SplitTypeConfigCase

public ImportDocumentsRequest.Types.BatchDocumentsImportConfig.SplitTypeConfigOneofCase SplitTypeConfigCase { get; }
Property Value
Type Description
ImportDocumentsRequestTypesBatchDocumentsImportConfigSplitTypeConfigOneofCase