Uses of Interface
software.amazon.awssdk.services.sagemakerruntime.model.ModelNotReadyException.Builder
-
Packages that use ModelNotReadyException.Builder Package Description software.amazon.awssdk.services.sagemakerruntime.model -
-
Uses of ModelNotReadyException.Builder in software.amazon.awssdk.services.sagemakerruntime.model
Methods in software.amazon.awssdk.services.sagemakerruntime.model that return ModelNotReadyException.Builder Modifier and Type Method Description ModelNotReadyException.BuilderModelNotReadyException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ModelNotReadyException.BuilderModelNotReadyException. builder()ModelNotReadyException.BuilderModelNotReadyException.Builder. cause(Throwable cause)ModelNotReadyException.BuilderModelNotReadyException.Builder. message(String message)ModelNotReadyException.BuilderModelNotReadyException.Builder. requestId(String requestId)ModelNotReadyException.BuilderModelNotReadyException.Builder. statusCode(int statusCode)ModelNotReadyException.BuilderModelNotReadyException. toBuilder()ModelNotReadyException.BuilderModelNotReadyException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.sagemakerruntime.model that return types with arguments of type ModelNotReadyException.Builder Modifier and Type Method Description static Class<? extends ModelNotReadyException.Builder>ModelNotReadyException. serializableBuilderClass()
-