PipelineExecution

An execution of a pipeline.

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 execution.

Link copied to clipboard

If the execution failed, a message describing why.

Link copied to clipboard

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

Link copied to clipboard

The time that the pipeline execution was last modified.

Link copied to clipboard

The parallelism configuration applied to the pipeline execution.

Link copied to clipboard

The Amazon Resource Name (ARN) of the pipeline that was executed.

Link copied to clipboard

The Amazon Resource Name (ARN) of the pipeline execution.

Link copied to clipboard

The description of the pipeline execution.

Link copied to clipboard

The display name of the pipeline execution.

Link copied to clipboard

The status of the pipeline status.

Link copied to clipboard

Specifies the names of the experiment and trial created by a pipeline.

Link copied to clipboard

Contains a list of pipeline parameters. This list can be empty.

Link copied to clipboard

The display name of the pipeline version that started this execution.

Link copied to clipboard

The ID of the pipeline version that started this execution.

Link copied to clipboard

The selective execution configuration applied to the pipeline run.

Functions

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