Class EvaluationSetItem


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

      • getObject

        public java.lang.String getObject()
        Returns:
        The type of response. In this case, it will always be "evaluation_set_item".
      • getId

        public java.lang.String getId()
        Returns:
        The ID of the evaluation set item.

        Example: "evi_kR9mNP12Qw4yTv8BdR3H"

      • getEvaluationSetId

        public java.lang.String getEvaluationSetId()
        Returns:
        The ID of the evaluation set that this item belongs to.

        Example: "ev_2LcgeY_mp2T5yPaEuq5Lw"

      • getFileId

        public java.lang.String getFileId()
        Returns:
        Extend's internal ID for the file. It will always start with "file_".

        Example: "file_xK9mLPqRtN3vS8wF5hB2cQ"

      • getExpectedOutput

        public ProvidedProcessorOutput getExpectedOutput()
        Returns:
        The expected output that will be used to evaluate the processor's performance. This will confirm to the output type schema of the processor.
      • 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