| Modifier and Type | Method and Description |
|---|---|
BatchDocumentsInputConfig |
BatchDocumentsInputConfig.Builder.build() |
BatchDocumentsInputConfig |
BatchDocumentsInputConfig.Builder.buildPartial() |
BatchDocumentsInputConfig |
ImportDocumentsRequest.BatchDocumentsImportConfigOrBuilder.getBatchInputConfig()
The common config to specify a set of documents used as input.
|
BatchDocumentsInputConfig |
ImportDocumentsRequest.BatchDocumentsImportConfig.getBatchInputConfig()
The common config to specify a set of documents used as input.
|
BatchDocumentsInputConfig |
ImportDocumentsRequest.BatchDocumentsImportConfig.Builder.getBatchInputConfig()
The common config to specify a set of documents used as input.
|
static BatchDocumentsInputConfig |
BatchDocumentsInputConfig.getDefaultInstance() |
BatchDocumentsInputConfig |
BatchDocumentsInputConfig.getDefaultInstanceForType() |
BatchDocumentsInputConfig |
BatchDocumentsInputConfig.Builder.getDefaultInstanceForType() |
BatchDocumentsInputConfig |
EvaluateProcessorVersionRequestOrBuilder.getEvaluationDocuments()
Optional.
|
BatchDocumentsInputConfig |
EvaluateProcessorVersionRequest.getEvaluationDocuments()
Optional.
|
BatchDocumentsInputConfig |
EvaluateProcessorVersionRequest.Builder.getEvaluationDocuments()
Optional.
|
BatchDocumentsInputConfig |
BatchProcessRequestOrBuilder.getInputDocuments()
The input documents for the
[BatchProcessDocuments][google.cloud.documentai.v1beta3.DocumentProcessorService.BatchProcessDocuments]
method.
|
BatchDocumentsInputConfig |
BatchProcessRequest.getInputDocuments()
The input documents for the
[BatchProcessDocuments][google.cloud.documentai.v1beta3.DocumentProcessorService.BatchProcessDocuments]
method.
|
BatchDocumentsInputConfig |
BatchProcessRequest.Builder.getInputDocuments()
The input documents for the
[BatchProcessDocuments][google.cloud.documentai.v1beta3.DocumentProcessorService.BatchProcessDocuments]
method.
|
BatchDocumentsInputConfig |
TrainProcessorVersionRequest.InputDataOrBuilder.getTestDocuments()
The documents used for testing the trained version.
|
BatchDocumentsInputConfig |
TrainProcessorVersionRequest.InputData.getTestDocuments()
The documents used for testing the trained version.
|
BatchDocumentsInputConfig |
TrainProcessorVersionRequest.InputData.Builder.getTestDocuments()
The documents used for testing the trained version.
|
BatchDocumentsInputConfig |
TrainProcessorVersionRequest.InputDataOrBuilder.getTrainingDocuments()
The documents used for training the new version.
|
BatchDocumentsInputConfig |
TrainProcessorVersionRequest.InputData.getTrainingDocuments()
The documents used for training the new version.
|
BatchDocumentsInputConfig |
TrainProcessorVersionRequest.InputData.Builder.getTrainingDocuments()
The documents used for training the new version.
|
static BatchDocumentsInputConfig |
BatchDocumentsInputConfig.parseDelimitedFrom(InputStream input) |
static BatchDocumentsInputConfig |
BatchDocumentsInputConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchDocumentsInputConfig |
BatchDocumentsInputConfig.parseFrom(byte[] data) |
static BatchDocumentsInputConfig |
BatchDocumentsInputConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchDocumentsInputConfig |
BatchDocumentsInputConfig.parseFrom(ByteBuffer data) |
static BatchDocumentsInputConfig |
BatchDocumentsInputConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchDocumentsInputConfig |
BatchDocumentsInputConfig.parseFrom(com.google.protobuf.ByteString data) |
static BatchDocumentsInputConfig |
BatchDocumentsInputConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchDocumentsInputConfig |
BatchDocumentsInputConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchDocumentsInputConfig |
BatchDocumentsInputConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchDocumentsInputConfig |
BatchDocumentsInputConfig.parseFrom(InputStream input) |
static BatchDocumentsInputConfig |
BatchDocumentsInputConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<BatchDocumentsInputConfig> |
BatchDocumentsInputConfig.getParserForType() |
static com.google.protobuf.Parser<BatchDocumentsInputConfig> |
BatchDocumentsInputConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
ImportDocumentsRequest.BatchDocumentsImportConfig.Builder |
ImportDocumentsRequest.BatchDocumentsImportConfig.Builder.mergeBatchInputConfig(BatchDocumentsInputConfig value)
The common config to specify a set of documents used as input.
|
EvaluateProcessorVersionRequest.Builder |
EvaluateProcessorVersionRequest.Builder.mergeEvaluationDocuments(BatchDocumentsInputConfig value)
Optional.
|
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.mergeFrom(BatchDocumentsInputConfig other) |
BatchProcessRequest.Builder |
BatchProcessRequest.Builder.mergeInputDocuments(BatchDocumentsInputConfig value)
The input documents for the
[BatchProcessDocuments][google.cloud.documentai.v1beta3.DocumentProcessorService.BatchProcessDocuments]
method.
|
TrainProcessorVersionRequest.InputData.Builder |
TrainProcessorVersionRequest.InputData.Builder.mergeTestDocuments(BatchDocumentsInputConfig value)
The documents used for testing the trained version.
|
TrainProcessorVersionRequest.InputData.Builder |
TrainProcessorVersionRequest.InputData.Builder.mergeTrainingDocuments(BatchDocumentsInputConfig value)
The documents used for training the new version.
|
static BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.newBuilder(BatchDocumentsInputConfig prototype) |
ImportDocumentsRequest.BatchDocumentsImportConfig.Builder |
ImportDocumentsRequest.BatchDocumentsImportConfig.Builder.setBatchInputConfig(BatchDocumentsInputConfig value)
The common config to specify a set of documents used as input.
|
EvaluateProcessorVersionRequest.Builder |
EvaluateProcessorVersionRequest.Builder.setEvaluationDocuments(BatchDocumentsInputConfig value)
Optional.
|
BatchProcessRequest.Builder |
BatchProcessRequest.Builder.setInputDocuments(BatchDocumentsInputConfig value)
The input documents for the
[BatchProcessDocuments][google.cloud.documentai.v1beta3.DocumentProcessorService.BatchProcessDocuments]
method.
|
TrainProcessorVersionRequest.InputData.Builder |
TrainProcessorVersionRequest.InputData.Builder.setTestDocuments(BatchDocumentsInputConfig value)
The documents used for testing the trained version.
|
TrainProcessorVersionRequest.InputData.Builder |
TrainProcessorVersionRequest.InputData.Builder.setTrainingDocuments(BatchDocumentsInputConfig value)
The documents used for training the new version.
|
Copyright © 2024 Google LLC. All rights reserved.