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

Pipeline

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

A SageMaker Model Building Pipeline instance.

interface Pipeline {
CreatedBy?: UserContext | null;
CreationTime?: Date | number | null;
LastModifiedBy?: UserContext | null;
LastModifiedTime?: Date | number | null;
LastRunTime?: Date | number | null;
ParallelismConfiguration?: ParallelismConfiguration | null;
PipelineArn?: string | null;
PipelineDescription?: string | null;
PipelineDisplayName?: string | null;
PipelineName?: string | null;
PipelineStatus?: PipelineStatus | null;
RoleArn?: string | null;
Tags?: Tag[] | null;
}

§Properties

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

The creation time of the pipeline.

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

The time that the pipeline was last modified.

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

The time when the pipeline was last run.

§
ParallelismConfiguration?: ParallelismConfiguration | null
[src]

The parallelism configuration applied to the pipeline.

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

§
PipelineStatus?: PipelineStatus | null
[src]

The status of the pipeline.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the role that created the pipeline.

§
Tags?: Tag[] | null
[src]

A list of tags that apply to the pipeline.