Uses of Class
software.amazon.awssdk.services.sagemaker.model.RetryPipelineExecutionResponse
-
Packages that use RetryPipelineExecutionResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of RetryPipelineExecutionResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return RetryPipelineExecutionResponse Modifier and Type Method Description default RetryPipelineExecutionResponseSageMakerClient. retryPipelineExecution(Consumer<RetryPipelineExecutionRequest.Builder> retryPipelineExecutionRequest)Retry the execution of the pipeline.default RetryPipelineExecutionResponseSageMakerClient. retryPipelineExecution(RetryPipelineExecutionRequest retryPipelineExecutionRequest)Retry the execution of the pipeline.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type RetryPipelineExecutionResponse Modifier and Type Method Description default CompletableFuture<RetryPipelineExecutionResponse>SageMakerAsyncClient. retryPipelineExecution(Consumer<RetryPipelineExecutionRequest.Builder> retryPipelineExecutionRequest)Retry the execution of the pipeline.default CompletableFuture<RetryPipelineExecutionResponse>SageMakerAsyncClient. retryPipelineExecution(RetryPipelineExecutionRequest retryPipelineExecutionRequest)Retry the execution of the pipeline.
-