aws-cdk-lib.aws_sagemaker.CfnPipeline.ParallelismConfigurationProperty

interface ParallelismConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnPipeline.ParallelismConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnPipeline_ParallelismConfigurationProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnPipeline.ParallelismConfigurationProperty
Pythonaws_cdk.aws_sagemaker.CfnPipeline.ParallelismConfigurationProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnPipeline » ParallelismConfigurationProperty

Configuration that controls the parallelism of the pipeline.

By default, the parallelism configuration specified applies to all executions of the pipeline unless overridden.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const parallelismConfigurationProperty: sagemaker.CfnPipeline.ParallelismConfigurationProperty = {
  maxParallelExecutionSteps: 123,
};

Properties

NameTypeDescription
maxParallelExecutionStepsnumberThe max number of steps that can be executed in parallel.

maxParallelExecutionSteps

Type: number

The max number of steps that can be executed in parallel.