Pipeline Args
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
val pipelineDefinition: Output<Either<PipelineDefinition0PropertiesArgs, PipelineDefinition1PropertiesArgs>>? = null
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
The name of the Pipeline.