Uses of Interface
software.amazon.awssdk.services.sagemaker.model.StopPipelineExecutionRequest.Builder
-
Packages that use StopPipelineExecutionRequest.Builder Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.model -
-
Uses of StopPipelineExecutionRequest.Builder in software.amazon.awssdk.services.sagemaker
Method parameters in software.amazon.awssdk.services.sagemaker with type arguments of type StopPipelineExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<StopPipelineExecutionResponse>SageMakerAsyncClient. stopPipelineExecution(Consumer<StopPipelineExecutionRequest.Builder> stopPipelineExecutionRequest)Stops a pipeline execution.default StopPipelineExecutionResponseSageMakerClient. stopPipelineExecution(Consumer<StopPipelineExecutionRequest.Builder> stopPipelineExecutionRequest)Stops a pipeline execution. -
Uses of StopPipelineExecutionRequest.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return StopPipelineExecutionRequest.Builder Modifier and Type Method Description static StopPipelineExecutionRequest.BuilderStopPipelineExecutionRequest. builder()StopPipelineExecutionRequest.BuilderStopPipelineExecutionRequest.Builder. clientRequestToken(String clientRequestToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.StopPipelineExecutionRequest.BuilderStopPipelineExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopPipelineExecutionRequest.BuilderStopPipelineExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopPipelineExecutionRequest.BuilderStopPipelineExecutionRequest.Builder. pipelineExecutionArn(String pipelineExecutionArn)The Amazon Resource Name (ARN) of the pipeline execution.StopPipelineExecutionRequest.BuilderStopPipelineExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type StopPipelineExecutionRequest.Builder Modifier and Type Method Description static Class<? extends StopPipelineExecutionRequest.Builder>StopPipelineExecutionRequest. serializableBuilderClass()
-