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