Class Execution<DocT extends Inference>


  • public class Execution<DocT extends Inference>
    extends Object
    Representation of a workflow execution.
    • Method Detail

      • getBatchName

        public String getBatchName()
        Identifier for the batch to which the execution belongs.
      • getCreatedAt

        public LocalDateTime getCreatedAt()
        The time at which the execution started.
      • getFile

        public ExecutionFile getFile()
        File representation within a workflow execution.
      • getId

        public String getId()
        Identifier for the execution.
      • getInference

        public DocT getInference()
        Deserialized inference object.
      • getPriority

        public String getPriority()
        Priority of the execution.
      • getReviewedAt

        public LocalDateTime getReviewedAt()
        The time at which the file was tagged as reviewed.
      • getAvailableAt

        public LocalDateTime getAvailableAt()
        The time at which the file was uploaded to a workflow.
      • getReviewedPrediction

        public GeneratedV1Document getReviewedPrediction()
        Reviewed fields and values.
      • getStatus

        public String getStatus()
        Execution Status.
      • getType

        public String getType()
        Execution type.
      • getUploadedAt

        public LocalDateTime getUploadedAt()
        The time at which the file was uploaded to a workflow.
      • getWorkflowId

        public String getWorkflowId()
        Identifier for the workflow.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object