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

FlowDefinitionSummary

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

Contains summary information about the flow definition.

interface FlowDefinitionSummary {
CreationTime: Date | number;
FailureReason?: string | null;
FlowDefinitionArn: string;
FlowDefinitionName: string;
FlowDefinitionStatus: FlowDefinitionStatus;
}

§Properties

§
CreationTime: Date | number
[src]

The timestamp when SageMaker created the flow definition.

§
FailureReason?: string | null
[src]

The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is Failed.

§
FlowDefinitionArn: string
[src]

The Amazon Resource Name (ARN) of the flow definition.

§
FlowDefinitionName: string
[src]

The name of the flow definition.

§
FlowDefinitionStatus: FlowDefinitionStatus
[src]

The status of the flow definition. Valid values: