Interface EvaluateProcessorVersionRequestOrBuilder

    • Method Detail

      • getProcessorVersion

        String getProcessorVersion()
         Required. The resource name of the
         [ProcessorVersion][google.cloud.documentai.v1.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.v1.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.v1.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.v1.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.v1.BatchDocumentsInputConfig evaluation_documents = 3 [(.google.api.field_behavior) = OPTIONAL];