Class FailedInferenceResponse


  • public class FailedInferenceResponse
    extends CommonResponse
    Represents an asynchronous polling response.
    • Constructor Detail

      • FailedInferenceResponse

        public FailedInferenceResponse()
    • Method Detail

      • getInferenceId

        public String getInferenceId()
        UUID of the failed inference.
      • getModelId

        public String getModelId()
        UUID of the model used.
      • getFileName

        public String getFileName()
        Name of the input file.
      • getFileAlias

        public String getFileAlias()
        Alias sent for the file, if any
      • getError

        public ErrorResponse getError()
        Problem details for the failure, if available.
      • getCreatedAt

        public LocalDateTime getCreatedAt()
        Date and time when the inference was started.
      • setInferenceId

        public void setInferenceId​(String inferenceId)
        UUID of the failed inference.
      • setModelId

        public void setModelId​(String modelId)
        UUID of the model used.
      • setFileName

        public void setFileName​(String fileName)
        Name of the input file.
      • setFileAlias

        public void setFileAlias​(String fileAlias)
        Alias sent for the file, if any
      • setError

        public void setError​(ErrorResponse error)
        Problem details for the failure, if available.
      • setCreatedAt

        public void setCreatedAt​(LocalDateTime createdAt)
        Date and time when the inference was started.