public static interface ModelStreamErrorException.Builder extends SdkPojo, CopyableBuilder<ModelStreamErrorException.Builder,ModelStreamErrorException>, SageMakerRuntimeException.Builder
| Modifier and Type | Method and Description |
|---|---|
ModelStreamErrorException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails) |
ModelStreamErrorException.Builder |
cause(Throwable cause) |
ModelStreamErrorException.Builder |
errorCode(String errorCode)
This error can have the following error codes:
|
ModelStreamErrorException.Builder |
message(String message) |
ModelStreamErrorException.Builder |
requestId(String requestId) |
ModelStreamErrorException.Builder |
statusCode(int statusCode) |
ModelStreamErrorException.Builder |
writableStackTrace(Boolean writableStackTrace) |
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, message, writableStackTraceequalsBySdkFields, sdkFieldsModelStreamErrorException.Builder errorCode(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.
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.
ModelStreamErrorException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface SageMakerRuntimeException.BuilderModelStreamErrorException.Builder message(String message)
message in interface AwsServiceException.Buildermessage in interface SageMakerRuntimeException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.BuilderModelStreamErrorException.Builder requestId(String requestId)
requestId in interface AwsServiceException.BuilderrequestId in interface SageMakerRuntimeException.BuilderrequestId in interface SdkServiceException.BuilderModelStreamErrorException.Builder statusCode(int statusCode)
statusCode in interface AwsServiceException.BuilderstatusCode in interface SageMakerRuntimeException.BuilderstatusCode in interface SdkServiceException.BuilderModelStreamErrorException.Builder cause(Throwable cause)
cause in interface AwsServiceException.Buildercause in interface SageMakerRuntimeException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.BuilderModelStreamErrorException.Builder writableStackTrace(Boolean writableStackTrace)
writableStackTrace in interface SageMakerRuntimeException.BuilderwritableStackTrace in interface SdkException.BuilderwritableStackTrace in interface SdkServiceException.BuilderCopyright © 2023. All rights reserved.