public static interface ImportDocumentsRequest.BatchDocumentsImportConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportDocumentsRequest.BatchDocumentsImportConfig.AutoSplitConfig |
getAutoSplitConfig()
If set, documents will be automatically split into training and test
split category with the specified ratio.
|
ImportDocumentsRequest.BatchDocumentsImportConfig.AutoSplitConfigOrBuilder |
getAutoSplitConfigOrBuilder()
If set, documents will be automatically split into training and test
split category with the specified ratio.
|
BatchDocumentsInputConfig |
getBatchInputConfig()
The common config to specify a set of documents used as input.
|
BatchDocumentsInputConfigOrBuilder |
getBatchInputConfigOrBuilder()
The common config to specify a set of documents used as input.
|
DatasetSplitType |
getDatasetSplit()
Target dataset split where the documents must be stored.
|
int |
getDatasetSplitValue()
Target dataset split where the documents must be stored.
|
ImportDocumentsRequest.BatchDocumentsImportConfig.SplitTypeConfigCase |
getSplitTypeConfigCase() |
boolean |
hasAutoSplitConfig()
If set, documents will be automatically split into training and test
split category with the specified ratio.
|
boolean |
hasBatchInputConfig()
The common config to specify a set of documents used as input.
|
boolean |
hasDatasetSplit()
Target dataset split where the documents must be stored.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDatasetSplit()
Target dataset split where the documents must be stored.
.google.cloud.documentai.v1beta3.DatasetSplitType dataset_split = 2;int getDatasetSplitValue()
Target dataset split where the documents must be stored.
.google.cloud.documentai.v1beta3.DatasetSplitType dataset_split = 2;DatasetSplitType getDatasetSplit()
Target dataset split where the documents must be stored.
.google.cloud.documentai.v1beta3.DatasetSplitType dataset_split = 2;boolean hasAutoSplitConfig()
If set, documents will be automatically split into training and test split category with the specified ratio.
.google.cloud.documentai.v1beta3.ImportDocumentsRequest.BatchDocumentsImportConfig.AutoSplitConfig auto_split_config = 3;
ImportDocumentsRequest.BatchDocumentsImportConfig.AutoSplitConfig getAutoSplitConfig()
If set, documents will be automatically split into training and test split category with the specified ratio.
.google.cloud.documentai.v1beta3.ImportDocumentsRequest.BatchDocumentsImportConfig.AutoSplitConfig auto_split_config = 3;
ImportDocumentsRequest.BatchDocumentsImportConfig.AutoSplitConfigOrBuilder getAutoSplitConfigOrBuilder()
If set, documents will be automatically split into training and test split category with the specified ratio.
.google.cloud.documentai.v1beta3.ImportDocumentsRequest.BatchDocumentsImportConfig.AutoSplitConfig auto_split_config = 3;
boolean hasBatchInputConfig()
The common config to specify a set of documents used as input.
.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig batch_input_config = 1;
BatchDocumentsInputConfig getBatchInputConfig()
The common config to specify a set of documents used as input.
.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig batch_input_config = 1;
BatchDocumentsInputConfigOrBuilder getBatchInputConfigOrBuilder()
The common config to specify a set of documents used as input.
.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig batch_input_config = 1;
ImportDocumentsRequest.BatchDocumentsImportConfig.SplitTypeConfigCase getSplitTypeConfigCase()
Copyright © 2024 Google LLC. All rights reserved.