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

AppDetails

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

Details about an Amazon SageMaker app.

interface AppDetails {
AppName?: string | null;
AppType?: AppType | null;
CreationTime?: Date | number | null;
DomainId?: string | null;
SpaceName?: string | null;
Status?: AppStatus | null;
UserProfileName?: string | null;
}

§Properties

§
AppName?: string | null
[src]

The name of the app.

§
AppType?: AppType | null
[src]

The type of app.

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

The creation time.

§
DomainId?: string | null
[src]

The domain ID.

§
SpaceName?: string | null
[src]

The name of the space.

§
Status?: AppStatus | null
[src]

The status.

§
UserProfileName?: string | null
[src]

The user profile name.