ModelStreamError

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This error can have the following error codes:

Link copied to clipboard
open override val message: String?

Inherited properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

Functions

Link copied to clipboard
inline fun copy(block: ModelStreamError.Builder.() -> Unit = {}): ModelStreamError
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String