Class TritonStreamException

All Implemented Interfaces:
Serializable

public class TritonStreamException extends TritonInferException
Exception thrown when a streaming inference call receives an error from the Triton server via the error_message field of ModelStreamInferResponse.
Since:
1.0.0
Author:
sachachoumiloff
See Also:
  • Constructor Details

    • TritonStreamException

      public TritonStreamException(String errorMessage)
    • TritonStreamException

      public TritonStreamException(String errorMessage, Throwable cause)