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

DescribePipelineDefinitionForExecutionResponse

import type { DescribePipelineDefinitionForExecutionResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribePipelineDefinitionForExecutionResponse {
CreationTime?: Date | number | null;
PipelineDefinition?: string | null;
}

§Properties

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

The time when the pipeline was created.

§
PipelineDefinition?: string | null
[src]

The JSON pipeline definition.