Class EvaluationSetItemCreateRequest


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

      • getEvaluationSetId

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

        Example: "ev_Xj8mK2pL9nR4vT7qY5wZ"

      • 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.
      • 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