Class EvaluationSetCreateRequest


  • public final class EvaluationSetCreateRequest
    extends java.lang.Object
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        The name of the evaluation set.

        Example: "Invoice Processing Test Set"

      • getDescription

        public java.lang.String getDescription()
        Returns:
        A description of what this evaluation set is used for.

        Example: "Q4 2023 vendor invoices"

      • getProcessorId

        public java.lang.String getProcessorId()
        Returns:
        The ID of the processor to create an evaluation set for. Evaluation sets can in theory be run against any processor, but it is required to associate the evaluation set with a primary processor.

        Example: "dp_Xj8mK2pL9nR4vT7qY5wZ"

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object