Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdatePipelineExecutionRequest
-
Packages that use UpdatePipelineExecutionRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of UpdatePipelineExecutionRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type UpdatePipelineExecutionRequest Modifier and Type Method Description default CompletableFuture<UpdatePipelineExecutionResponse>SageMakerAsyncClient. updatePipelineExecution(UpdatePipelineExecutionRequest updatePipelineExecutionRequest)Updates a pipeline execution.default UpdatePipelineExecutionResponseSageMakerClient. updatePipelineExecution(UpdatePipelineExecutionRequest updatePipelineExecutionRequest)Updates a pipeline execution. -
Uses of UpdatePipelineExecutionRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type UpdatePipelineExecutionRequest Modifier and Type Method Description SdkHttpFullRequestUpdatePipelineExecutionRequestMarshaller. marshall(UpdatePipelineExecutionRequest updatePipelineExecutionRequest)
-