Class ModelStreamErrorException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ModelStreamErrorException.Builder,ModelStreamErrorException>

@Generated("software.amazon.awssdk:codegen") public final class ModelStreamErrorException extends SageMakerRuntimeException implements ToCopyableBuilder<ModelStreamErrorException.Builder,ModelStreamErrorException>

An error occurred while streaming the response body. This error can have the following error codes:

ModelInvocationTimeExceeded

The model failed to finish sending the response within the timeout period allowed by Amazon SageMaker.

StreamBroken

The Transmission Control Protocol (TCP) connection between the client and the model was reset or closed.

See Also: