Uses of Interface
software.amazon.awssdk.services.sagemakerruntime.model.ModelStreamErrorException.Builder
-
Packages that use ModelStreamErrorException.Builder Package Description software.amazon.awssdk.services.sagemakerruntime.model -
-
Uses of ModelStreamErrorException.Builder in software.amazon.awssdk.services.sagemakerruntime.model
Methods in software.amazon.awssdk.services.sagemakerruntime.model that return ModelStreamErrorException.Builder Modifier and Type Method Description ModelStreamErrorException.BuilderModelStreamErrorException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ModelStreamErrorException.BuilderModelStreamErrorException. builder()ModelStreamErrorException.BuilderModelStreamErrorException.Builder. cause(Throwable cause)ModelStreamErrorException.BuilderModelStreamErrorException.Builder. errorCode(String errorCode)This error can have the following error codes:ModelStreamErrorException.BuilderModelStreamErrorException.Builder. message(String message)ModelStreamErrorException.BuilderModelStreamErrorException.Builder. requestId(String requestId)ModelStreamErrorException.BuilderModelStreamErrorException.Builder. statusCode(int statusCode)ModelStreamErrorException.BuilderModelStreamErrorException. toBuilder()ModelStreamErrorException.BuilderModelStreamErrorException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.sagemakerruntime.model that return types with arguments of type ModelStreamErrorException.Builder Modifier and Type Method Description static Class<? extends ModelStreamErrorException.Builder>ModelStreamErrorException. serializableBuilderClass()
-