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

PipelineExecutionSummary

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

A pipeline execution summary.

interface PipelineExecutionSummary {
PipelineExecutionArn?: string | null;
PipelineExecutionDescription?: string | null;
PipelineExecutionDisplayName?: string | null;
PipelineExecutionFailureReason?: string | null;
PipelineExecutionStatus?: PipelineExecutionStatus | null;
StartTime?: Date | number | null;
}

§Properties

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

§
PipelineExecutionFailureReason?: string | null
[src]

A message generated by SageMaker Pipelines describing why the pipeline execution failed.

§
PipelineExecutionStatus?: PipelineExecutionStatus | null
[src]

The status of the pipeline execution.

§
StartTime?: Date | number | null
[src]

The start time of the pipeline execution.