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

DescribePipelineExecutionResponse

import type { DescribePipelineExecutionResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribePipelineExecutionResponse {
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;
}

§Properties

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

The time when the pipeline execution was created.

§
FailureReason?: string | null
[src]

If the execution failed, a message describing why.

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

The time when the pipeline execution was modified last.

§
ParallelismConfiguration?: ParallelismConfiguration | null
[src]

The parallelism configuration applied to the pipeline.

§
PipelineArn?: string | null
[src]

The Amazon Resource Name (ARN) of the pipeline.

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

§
PipelineExperimentConfig?: PipelineExperimentConfig | null
[src]