| Modifier and Type | Method and Description |
|---|---|
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.clear() |
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.clearGcsDocuments()
The set of documents individually specified on Cloud Storage.
|
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.clearGcsPrefix()
The set of documents that match the specified Cloud Storage `gcs_prefix`.
|
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.clearSource() |
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.clone() |
BatchDocumentsInputConfig.Builder |
ImportDocumentsRequest.BatchDocumentsImportConfig.Builder.getBatchInputConfigBuilder()
The common config to specify a set of documents used as input.
|
BatchDocumentsInputConfig.Builder |
EvaluateProcessorVersionRequest.Builder.getEvaluationDocumentsBuilder()
Optional.
|
BatchDocumentsInputConfig.Builder |
BatchProcessRequest.Builder.getInputDocumentsBuilder()
The input documents for the
[BatchProcessDocuments][google.cloud.documentai.v1beta3.DocumentProcessorService.BatchProcessDocuments]
method.
|
BatchDocumentsInputConfig.Builder |
TrainProcessorVersionRequest.InputData.Builder.getTestDocumentsBuilder()
The documents used for testing the trained version.
|
BatchDocumentsInputConfig.Builder |
TrainProcessorVersionRequest.InputData.Builder.getTrainingDocumentsBuilder()
The documents used for training the new version.
|
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.mergeFrom(BatchDocumentsInputConfig other) |
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.mergeGcsDocuments(GcsDocuments value)
The set of documents individually specified on Cloud Storage.
|
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.mergeGcsPrefix(GcsPrefix value)
The set of documents that match the specified Cloud Storage `gcs_prefix`.
|
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.newBuilder() |
static BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.newBuilder(BatchDocumentsInputConfig prototype) |
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.newBuilderForType() |
protected BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.setGcsDocuments(GcsDocuments.Builder builderForValue)
The set of documents individually specified on Cloud Storage.
|
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.setGcsDocuments(GcsDocuments value)
The set of documents individually specified on Cloud Storage.
|
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.setGcsPrefix(GcsPrefix.Builder builderForValue)
The set of documents that match the specified Cloud Storage `gcs_prefix`.
|
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.setGcsPrefix(GcsPrefix value)
The set of documents that match the specified Cloud Storage `gcs_prefix`.
|
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BatchDocumentsInputConfig.Builder |
BatchDocumentsInputConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
ImportDocumentsRequest.BatchDocumentsImportConfig.Builder |
ImportDocumentsRequest.BatchDocumentsImportConfig.Builder.setBatchInputConfig(BatchDocumentsInputConfig.Builder builderForValue)
The common config to specify a set of documents used as input.
|
EvaluateProcessorVersionRequest.Builder |
EvaluateProcessorVersionRequest.Builder.setEvaluationDocuments(BatchDocumentsInputConfig.Builder builderForValue)
Optional.
|
BatchProcessRequest.Builder |
BatchProcessRequest.Builder.setInputDocuments(BatchDocumentsInputConfig.Builder builderForValue)
The input documents for the
[BatchProcessDocuments][google.cloud.documentai.v1beta3.DocumentProcessorService.BatchProcessDocuments]
method.
|
TrainProcessorVersionRequest.InputData.Builder |
TrainProcessorVersionRequest.InputData.Builder.setTestDocuments(BatchDocumentsInputConfig.Builder builderForValue)
The documents used for testing the trained version.
|
TrainProcessorVersionRequest.InputData.Builder |
TrainProcessorVersionRequest.InputData.Builder.setTrainingDocuments(BatchDocumentsInputConfig.Builder builderForValue)
The documents used for training the new version.
|
Copyright © 2024 Google LLC. All rights reserved.