Interface ImportDocumentsRequest.BatchDocumentsImportConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportDocumentsRequest.BatchDocumentsImportConfig
,ImportDocumentsRequest.BatchDocumentsImportConfig.Builder
- Enclosing class:
- ImportDocumentsRequest
public static interface ImportDocumentsRequest.BatchDocumentsImportConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDatasetSplit
boolean hasDatasetSplit()
Target dataset split where the documents must be stored.
.google.cloud.documentai.v1beta3.DatasetSplitType dataset_split = 2;
- Returns:
- Whether the datasetSplit field is set.
-
getDatasetSplitValue
int getDatasetSplitValue()
Target dataset split where the documents must be stored.
.google.cloud.documentai.v1beta3.DatasetSplitType dataset_split = 2;
- Returns:
- The enum numeric value on the wire for datasetSplit.
-
getDatasetSplit
DatasetSplitType getDatasetSplit()
Target dataset split where the documents must be stored.
.google.cloud.documentai.v1beta3.DatasetSplitType dataset_split = 2;
- Returns:
- The datasetSplit.
-
hasAutoSplitConfig
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;
- Returns:
- Whether the autoSplitConfig field is set.
-
getAutoSplitConfig
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;
- Returns:
- The autoSplitConfig.
-
getAutoSplitConfigOrBuilder
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;
-
hasBatchInputConfig
boolean hasBatchInputConfig()
The common config to specify a set of documents used as input.
.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig batch_input_config = 1;
- Returns:
- Whether the batchInputConfig field is set.
-
getBatchInputConfig
BatchDocumentsInputConfig getBatchInputConfig()
The common config to specify a set of documents used as input.
.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig batch_input_config = 1;
- Returns:
- The batchInputConfig.
-
getBatchInputConfigOrBuilder
BatchDocumentsInputConfigOrBuilder getBatchInputConfigOrBuilder()
The common config to specify a set of documents used as input.
.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig batch_input_config = 1;
-
getSplitTypeConfigCase
ImportDocumentsRequest.BatchDocumentsImportConfig.SplitTypeConfigCase getSplitTypeConfigCase()
-
-