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

LineageGroupSummary

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

Lists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity resources.

interface LineageGroupSummary {
CreationTime?: Date | number | null;
DisplayName?: string | null;
LastModifiedTime?: Date | number | null;
LineageGroupArn?: string | null;
LineageGroupName?: string | null;
}

§Properties

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

The creation time of the lineage group summary.

§
DisplayName?: string | null
[src]

The display name of the lineage group summary.

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

The last modified time of the lineage group summary.

§
LineageGroupArn?: string | null
[src]

The Amazon Resource Name (ARN) of the lineage group resource.

§
LineageGroupName?: string | null
[src]

The name or Amazon Resource Name (ARN) of the lineage group.