Interface EvaluateProcessorVersionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvaluateProcessorVersionRequest
,EvaluateProcessorVersionRequest.Builder
public interface EvaluateProcessorVersionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchDocumentsInputConfig
getEvaluationDocuments()
Optional.BatchDocumentsInputConfigOrBuilder
getEvaluationDocumentsOrBuilder()
Optional.String
getProcessorVersion()
Required.com.google.protobuf.ByteString
getProcessorVersionBytes()
Required.boolean
hasEvaluationDocuments()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProcessorVersion
String 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) = { ... }
- Returns:
- The processorVersion.
-
getProcessorVersionBytes
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) = { ... }
- Returns:
- The bytes for processorVersion.
-
hasEvaluationDocuments
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];
- Returns:
- Whether the evaluationDocuments field is set.
-
getEvaluationDocuments
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];
- Returns:
- The evaluationDocuments.
-
getEvaluationDocumentsOrBuilder
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];
-
-