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

DescribePipelineResponse

import type { DescribePipelineResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribePipelineResponse {
CreatedBy?: UserContext | null;
CreationTime?: Date | number | null;
LastModifiedBy?: UserContext | null;
LastModifiedTime?: Date | number | null;
LastRunTime?: Date | number | null;
ParallelismConfiguration?: ParallelismConfiguration | null;
PipelineArn?: string | null;
PipelineDefinition?: string | null;
PipelineDescription?: string | null;
PipelineDisplayName?: string | null;
PipelineName?: string | null;
PipelineStatus?: PipelineStatus | null;
RoleArn?: string | null;
}

§Properties

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

The time when the pipeline was created.

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

The time when the pipeline was last modified.

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

The time when the pipeline was last run.

§
ParallelismConfiguration?: ParallelismConfiguration | null
[src]

Lists the parallelism configuration applied to the pipeline.

§
PipelineArn?: string | null
[src]

The Amazon Resource Name (ARN) of the pipeline.

§
PipelineDefinition?: string | null
[src]

The JSON pipeline definition.

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

§
RoleArn?: string | null
[src]

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