interface PipelineProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.Alpha.PipelineProps |
Go | github.com/aws/aws-cdk-go/awscdksagemakeralpha/v2#PipelineProps |
Java | software.amazon.awscdk.services.sagemaker.alpha.PipelineProps |
Python | aws_cdk.aws_sagemaker_alpha.PipelineProps |
TypeScript (source) | @aws-cdk/aws-sagemaker-alpha ยป PipelineProps |
Properties for defining a SageMaker Pipeline.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sagemaker_alpha from '@aws-cdk/aws-sagemaker-alpha';
const pipelineProps: sagemaker_alpha.PipelineProps = {
pipelineName: 'pipelineName',
};
Properties
| Name | Type | Description |
|---|---|---|
| pipeline | string | The physical name of the pipeline. |
pipelineName?
Type:
string
(optional, default: CDK generated name)
The physical name of the pipeline.

.NET
Go
Java
Python
TypeScript (