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

DescribeContextResponse

import type { DescribeContextResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeContextResponse {
ContextArn?: string | null;
ContextName?: string | null;
ContextType?: string | null;
CreatedBy?: UserContext | null;
CreationTime?: Date | number | null;
Description?: string | null;
LastModifiedBy?: UserContext | null;
LastModifiedTime?: Date | number | null;
LineageGroupArn?: string | null;
Properties?: {
[key: string]: string | null | undefined;
}
| 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.

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

When the context was created.

§
Description?: string | null
[src]

The description of the context.

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

When the context was last modified.

§
LineageGroupArn?: string | null
[src]

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

§
Properties?: {
[key: string]: string | null | undefined;
}
| null
[src]

A list of the context's properties.

§
Source?: ContextSource | null
[src]

The source of the context.