SageMaker.Client.
update_pipeline_execution
(**kwargs)¶Updates a pipeline execution.
See also: AWS API Documentation
Request Syntax
response = client.update_pipeline_execution(
PipelineExecutionArn='string',
PipelineExecutionDescription='string',
PipelineExecutionDisplayName='string',
ParallelismConfiguration={
'MaxParallelExecutionSteps': 123
}
)
[REQUIRED]
The Amazon Resource Name (ARN) of the pipeline execution.
This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.
The max number of steps that can be executed in parallel.
dict
Response Syntax
{
'PipelineExecutionArn': 'string'
}
Response Structure
(dict) --
PipelineExecutionArn (string) --
The Amazon Resource Name (ARN) of the updated pipeline execution.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound