PipelineProps

class aws_cdk.aws_sagemaker_alpha.PipelineProps(*, pipeline_name=None)

Bases: object

(experimental) Properties for defining a SageMaker Pipeline.

Parameters:

pipeline_name (Optional[str]) – (experimental) The physical name of the pipeline. Default: - CDK generated name

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_sagemaker_alpha as sagemaker_alpha

pipeline_props = sagemaker_alpha.PipelineProps(
    pipeline_name="pipelineName"
)

Attributes

pipeline_name

(experimental) The physical name of the pipeline.

Default:
  • CDK generated name

Stability:

experimental