Show / Hide Table of Contents

Interface IPipelineProps

(experimental) Properties for defining a SageMaker Pipeline.

Namespace: Amazon.CDK.AWS.Sagemaker.Alpha
Assembly: Amazon.CDK.AWS.Sagemaker.Alpha.dll
Syntax (csharp)
public interface IPipelineProps
Syntax (vb)
Public Interface IPipelineProps
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Sagemaker.Alpha;

             var pipelineProps = new PipelineProps {
                 PipelineName = "pipelineName"
             };

Synopsis

Properties

PipelineName

(experimental) The physical name of the pipeline.

Properties

PipelineName

(experimental) The physical name of the pipeline.

string? PipelineName { get; }
Property Value

string

Remarks

Default: - CDK generated name

Stability: Experimental

Back to top Generated by DocFX