public interface EvaluateProcessorVersionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BatchDocumentsInputConfig |
getEvaluationDocuments()
Optional.
|
BatchDocumentsInputConfigOrBuilder |
getEvaluationDocumentsOrBuilder()
Optional.
|
String |
getProcessorVersion()
Required.
|
com.google.protobuf.ByteString |
getProcessorVersionBytes()
Required.
|
boolean |
hasEvaluationDocuments()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProcessorVersion()
Required. The resource name of the
[ProcessorVersion][google.cloud.documentai.v1beta3.ProcessorVersion] to
evaluate.
`projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`
string processor_version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getProcessorVersionBytes()
Required. The resource name of the
[ProcessorVersion][google.cloud.documentai.v1beta3.ProcessorVersion] to
evaluate.
`projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`
string processor_version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasEvaluationDocuments()
Optional. The documents used in the evaluation. If unspecified, use the processor's dataset as evaluation input.
.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig evaluation_documents = 3 [(.google.api.field_behavior) = OPTIONAL];
BatchDocumentsInputConfig getEvaluationDocuments()
Optional. The documents used in the evaluation. If unspecified, use the processor's dataset as evaluation input.
.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig evaluation_documents = 3 [(.google.api.field_behavior) = OPTIONAL];
BatchDocumentsInputConfigOrBuilder getEvaluationDocumentsOrBuilder()
Optional. The documents used in the evaluation. If unspecified, use the processor's dataset as evaluation input.
.google.cloud.documentai.v1beta3.BatchDocumentsInputConfig evaluation_documents = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.