Uses of Class
software.amazon.awssdk.services.sagemaker.model.StartPipelineExecutionResponse
-
Packages that use StartPipelineExecutionResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of StartPipelineExecutionResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return StartPipelineExecutionResponse Modifier and Type Method Description default StartPipelineExecutionResponseSageMakerClient. startPipelineExecution(Consumer<StartPipelineExecutionRequest.Builder> startPipelineExecutionRequest)Starts a pipeline execution.default StartPipelineExecutionResponseSageMakerClient. startPipelineExecution(StartPipelineExecutionRequest startPipelineExecutionRequest)Starts a pipeline execution.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type StartPipelineExecutionResponse Modifier and Type Method Description default CompletableFuture<StartPipelineExecutionResponse>SageMakerAsyncClient. startPipelineExecution(Consumer<StartPipelineExecutionRequest.Builder> startPipelineExecutionRequest)Starts a pipeline execution.default CompletableFuture<StartPipelineExecutionResponse>SageMakerAsyncClient. startPipelineExecution(StartPipelineExecutionRequest startPipelineExecutionRequest)Starts a pipeline execution.
-