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

PipelineSummary

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

A summary of a pipeline.

interface PipelineSummary {
CreationTime?: Date | number | null;
LastExecutionTime?: Date | number | null;
LastModifiedTime?: Date | number | null;
PipelineArn?: string | null;
PipelineDescription?: string | null;
PipelineDisplayName?: string | null;
PipelineName?: string | null;
RoleArn?: string | null;
}

§Properties

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

The creation time of the pipeline.

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

The last time that a pipeline execution began.

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

The time that the pipeline was last modified.

§
PipelineArn?: string | null
[src]

The Amazon Resource Name (ARN) of the pipeline.

§
PipelineDescription?: string | null
[src]

The description of the pipeline.

§
PipelineDisplayName?: string | null
[src]

The display name of the pipeline.

§
PipelineName?: string | null
[src]

The name of the pipeline.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) that the pipeline used to execute.