Uses of Class
software.amazon.awssdk.services.sagemaker.model.SendPipelineExecutionStepFailureResponse
-
Packages that use SendPipelineExecutionStepFailureResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of SendPipelineExecutionStepFailureResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return SendPipelineExecutionStepFailureResponse Modifier and Type Method Description default SendPipelineExecutionStepFailureResponseSageMakerClient. sendPipelineExecutionStepFailure(Consumer<SendPipelineExecutionStepFailureRequest.Builder> sendPipelineExecutionStepFailureRequest)Notifies the pipeline that the execution of a callback step failed, along with a message describing why.default SendPipelineExecutionStepFailureResponseSageMakerClient. sendPipelineExecutionStepFailure(SendPipelineExecutionStepFailureRequest sendPipelineExecutionStepFailureRequest)Notifies the pipeline that the execution of a callback step failed, along with a message describing why.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type SendPipelineExecutionStepFailureResponse Modifier and Type Method Description default CompletableFuture<SendPipelineExecutionStepFailureResponse>SageMakerAsyncClient. sendPipelineExecutionStepFailure(Consumer<SendPipelineExecutionStepFailureRequest.Builder> sendPipelineExecutionStepFailureRequest)Notifies the pipeline that the execution of a callback step failed, along with a message describing why.default CompletableFuture<SendPipelineExecutionStepFailureResponse>SageMakerAsyncClient. sendPipelineExecutionStepFailure(SendPipelineExecutionStepFailureRequest sendPipelineExecutionStepFailureRequest)Notifies the pipeline that the execution of a callback step failed, along with a message describing why.
-