public sealed class ImportDocumentsRequest.Types.BatchDocumentsImportConfig : IMessage<ImportDocumentsRequest.Types.BatchDocumentsImportConfig>, IEquatable<ImportDocumentsRequest.Types.BatchDocumentsImportConfig>, IDeepCloneable<ImportDocumentsRequest.Types.BatchDocumentsImportConfig>, IBufferMessage, IMessageReference 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.
Implements
IMessageImportDocumentsRequestTypesBatchDocumentsImportConfig, IEquatableImportDocumentsRequestTypesBatchDocumentsImportConfig, IDeepCloneableImportDocumentsRequestTypesBatchDocumentsImportConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
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 |
|