Starts a pipeline execution.
See https://www.paws-r-sdk.com/docs/sagemaker_start_pipeline_execution/ for full documentation.
Usage
sagemaker_start_pipeline_execution(
PipelineName,
PipelineExecutionDisplayName = NULL,
PipelineParameters = NULL,
PipelineExecutionDescription = NULL,
ClientRequestToken,
ParallelismConfiguration = NULL,
SelectiveExecutionConfig = NULL,
PipelineVersionId = NULL,
MlflowExperimentName = NULL
)Arguments
- PipelineName
[required] The name or Amazon Resource Name (ARN) of the pipeline.
- PipelineExecutionDisplayName
The display name of the pipeline execution.
- PipelineParameters
Contains a list of pipeline parameters. This list can be empty.
- PipelineExecutionDescription
The description of the pipeline execution.
- ClientRequestToken
[required] A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.
- ParallelismConfiguration
This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.
- SelectiveExecutionConfig
The selective execution configuration applied to the pipeline run.
- PipelineVersionId
The ID of the pipeline version to start execution from.
- MlflowExperimentName
The MLflow experiment name of the pipeline execution.