Pipeline

class Pipeline

A SageMaker Model Building Pipeline instance.

Types

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

Properties

Link copied to clipboard

Information about the user who created or modified a SageMaker resource.

Link copied to clipboard

The creation time of the pipeline.

Link copied to clipboard

Information about the user who created or modified a SageMaker resource.

Link copied to clipboard

The time that the pipeline was last modified.

Link copied to clipboard

The time when the pipeline was last run.

Link copied to clipboard

The parallelism configuration applied to the pipeline.

Link copied to clipboard

The Amazon Resource Name (ARN) of the pipeline.

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.

Link copied to clipboard

The status of the pipeline.

Link copied to clipboard

The Amazon Resource Name (ARN) of the role that created the pipeline.

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

A list of tags that apply to the pipeline.

Functions

Link copied to clipboard
inline fun copy(block: Pipeline.Builder.() -> Unit = {}): Pipeline
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