Uses of Class
software.amazon.awssdk.services.sagemaker.model.StopPipelineExecutionRequest
-
Packages that use StopPipelineExecutionRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of StopPipelineExecutionRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type StopPipelineExecutionRequest Modifier and Type Method Description default CompletableFuture<StopPipelineExecutionResponse>SageMakerAsyncClient. stopPipelineExecution(StopPipelineExecutionRequest stopPipelineExecutionRequest)Stops a pipeline execution.default StopPipelineExecutionResponseSageMakerClient. stopPipelineExecution(StopPipelineExecutionRequest stopPipelineExecutionRequest)Stops a pipeline execution. -
Uses of StopPipelineExecutionRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type StopPipelineExecutionRequest Modifier and Type Method Description SdkHttpFullRequestStopPipelineExecutionRequestMarshaller. marshall(StopPipelineExecutionRequest stopPipelineExecutionRequest)
-