| Package | Description |
|---|---|
| software.amazon.awscdk.services.sagemaker |
Amazon SageMaker Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.Builder |
CfnPipeline.Builder.create(software.constructs.Construct scope,
String id) |
CfnPipeline.Builder |
CfnPipeline.Builder.parallelismConfiguration(Object parallelismConfiguration)
`AWS::SageMaker::Pipeline.ParallelismConfiguration`.
|
CfnPipeline.Builder |
CfnPipeline.Builder.pipelineDefinition(Object pipelineDefinition)
The definition of the pipeline.
|
CfnPipeline.Builder |
CfnPipeline.Builder.pipelineDescription(String pipelineDescription)
The description of the pipeline.
|
CfnPipeline.Builder |
CfnPipeline.Builder.pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
CfnPipeline.Builder |
CfnPipeline.Builder.pipelineName(String pipelineName)
The name of the pipeline.
|
CfnPipeline.Builder |
CfnPipeline.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used to execute the pipeline.
|
CfnPipeline.Builder |
CfnPipeline.Builder.tags(List<? extends CfnTag> tags)
The tags of the pipeline.
|
Copyright © 2022. All rights reserved.