Pipeline

class Pipeline : KotlinCustomResource

Resource Type definition for AWS::SageMaker::Pipeline

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The parallelism configuration applied to the pipeline.

Link copied to clipboard

The definition of the pipeline. This can be either a JSON string or an Amazon S3 location.

Link copied to clipboard

The description of the Pipeline.

Link copied to clipboard

The display name of the Pipeline.

Link copied to clipboard
val pipelineName: Output<String>

The name of the Pipeline.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>

Role Arn

Link copied to clipboard
val tags: Output<List<Tag>>?

The tags of the pipeline.

Link copied to clipboard
val urn: Output<String>