PipelineArgs

data class PipelineArgs(val parallelismConfiguration: Output<ParallelismConfigurationPropertiesArgs>? = null, val pipelineDefinition: Output<Either<PipelineDefinition0PropertiesArgs, PipelineDefinition1PropertiesArgs>>? = null, val pipelineDescription: Output<String>? = null, val pipelineDisplayName: Output<String>? = null, val pipelineName: Output<String>? = null, val roleArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<PipelineArgs>

Resource Type definition for AWS::SageMaker::Pipeline

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(parallelismConfiguration: Output<ParallelismConfigurationPropertiesArgs>? = null, pipelineDefinition: Output<Either<PipelineDefinition0PropertiesArgs, PipelineDefinition1PropertiesArgs>>? = null, pipelineDescription: Output<String>? = null, pipelineDisplayName: Output<String>? = null, pipelineName: Output<String>? = null, roleArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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
val pipelineDescription: Output<String>? = null

The description of the Pipeline.

Link copied to clipboard
val pipelineDisplayName: Output<String>? = null

The display name of the Pipeline.

Link copied to clipboard
val pipelineName: Output<String>? = null

The name of the Pipeline.

Link copied to clipboard
val roleArn: Output<String>? = null

Role Arn

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags of the pipeline.

Functions

Link copied to clipboard
open override fun toJava(): PipelineArgs