@Generated(value="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:
The model failed to finish sending the response within the timeout period allowed by Amazon SageMaker.
The Transmission Control Protocol (TCP) connection between the client and the model was reset or closed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelStreamErrorException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ModelStreamErrorException.Builder |
builder() |
String |
errorCode()
This error can have the following error codes:
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ModelStreamErrorException.Builder> |
serializableBuilderClass() |
ModelStreamErrorException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic ModelStreamErrorException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ModelStreamErrorException.Builder,ModelStreamErrorException>toBuilder in class SageMakerRuntimeExceptionpublic static ModelStreamErrorException.Builder builder()
public static Class<? extends ModelStreamErrorException.Builder> serializableBuilderClass()
public String errorCode()
This error can have the following error codes:
The model failed to finish sending the response within the timeout period allowed by Amazon SageMaker.
The Transmission Control Protocol (TCP) connection between the client and the model was reset or closed.
The model failed to finish sending the response within the timeout period allowed by Amazon SageMaker.
The Transmission Control Protocol (TCP) connection between the client and the model was reset or closed.
Copyright © 2023. All rights reserved.