sagemaker_delete_pipeline: Deletes a pipeline if there are no running instances of the...

View source: R/sagemaker_operations.R

sagemaker_delete_pipelineR Documentation

Deletes a pipeline if there are no running instances of the pipeline

Description

Deletes a pipeline if there are no running instances of the pipeline. To delete a pipeline, you must stop all running instances of the pipeline using the stop_pipeline_execution API. When you delete a pipeline, all instances of the pipeline are deleted.

See https://www.paws-r-sdk.com/docs/sagemaker_delete_pipeline/ for full documentation.

Usage

sagemaker_delete_pipeline(PipelineName, ClientRequestToken)

Arguments

PipelineName

[required] The name of the pipeline to delete.

ClientRequestToken

[required] A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.