CreatePipelineRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.

Link copied to clipboard

This is the configuration that controls the parallelism of the pipeline. If specified, it applies to all runs of this pipeline by default.

Link copied to clipboard
Link copied to clipboard

The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.

Link copied to clipboard

A description of the pipeline.

Link copied to clipboard

The display name of the pipeline.

Link copied to clipboard

The name of the pipeline.

Link copied to clipboard

The Amazon Resource Name (ARN) of the role used by the pipeline to access and create resources.

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

A list of tags to apply to the created pipeline.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String