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

ContextSummary

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

Lists a summary of the properties of a context. A context provides a logical grouping of other entities.

interface ContextSummary {
ContextArn?: string | null;
ContextName?: string | null;
ContextType?: string | null;
CreationTime?: Date | number | null;
LastModifiedTime?: Date | number | null;
Source?: ContextSource | null;
}

§Properties

§
ContextArn?: string | null
[src]

The Amazon Resource Name (ARN) of the context.

§
ContextName?: string | null
[src]

The name of the context.

§
ContextType?: string | null
[src]

The type of the context.

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

When the context was created.

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

When the context was last modified.

§
Source?: ContextSource | null
[src]

The source of the context.