Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PipelineExecution

import type { PipelineExecution } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

An execution of a pipeline.

interface PipelineExecution {
CreatedBy?: UserContext | null;
CreationTime?: Date | number | null;
FailureReason?: string | null;
LastModifiedBy?: UserContext | null;
LastModifiedTime?: Date | number | null;
ParallelismConfiguration?: ParallelismConfiguration | null;
PipelineArn?: string | null;
PipelineExecutionArn?: string | null;
PipelineExecutionDescription?: string | null;
PipelineExecutionDisplayName?: string | null;
PipelineExecutionStatus?: PipelineExecutionStatus | null;
PipelineExperimentConfig?: PipelineExperimentConfig | null;
PipelineParameters?: Parameter[] | null;
}

§Properties

§
CreatedBy?: UserContext | null
[src]
§
CreationTime?: Date | number | null
[src]

The creation time of the pipeline execution.

§
FailureReason?: string | null
[src]

If the execution failed, a message describing why.

§
LastModifiedBy?: UserContext | null
[src]
§
LastModifiedTime?: Date | number | null
[src]

The time that the pipeline execution was last modified.

§
ParallelismConfiguration?: ParallelismConfiguration | null
[src]

The parallelism configuration applied to the pipeline execution.

§
PipelineArn?: string | null
[src]

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

§
PipelineExecutionArn?: string | null
[src]

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

§
PipelineExecutionDescription?: string | null
[src]

The description of the pipeline execution.

§
PipelineExecutionDisplayName?: string | null
[src]

The display name of the pipeline execution.

§
PipelineExecutionStatus?: PipelineExecutionStatus | null
[src]

The status of the pipeline status.

§
PipelineExperimentConfig?: PipelineExperimentConfig | null
[src]
§
PipelineParameters?: Parameter[] | null
[src]

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