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

DescribeAppResponse

import type { DescribeAppResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeAppResponse {
AppArn?: string | null;
AppName?: string | null;
AppType?: AppType | null;
CreationTime?: Date | number | null;
DomainId?: string | null;
FailureReason?: string | null;
LastHealthCheckTimestamp?: Date | number | null;
LastUserActivityTimestamp?: Date | number | null;
ResourceSpec?: ResourceSpec | null;
SpaceName?: string | null;
Status?: AppStatus | null;
UserProfileName?: string | null;
}

§Properties

§
AppArn?: string | null
[src]

The Amazon Resource Name (ARN) of the app.

§
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.

§
FailureReason?: string | null
[src]

The failure reason.

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

The timestamp of the last health check.

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

The timestamp of the last user's activity. LastUserActivityTimestamp is also updated when SageMaker performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp.

§
ResourceSpec?: ResourceSpec | null
[src]

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

§
SpaceName?: string | null
[src]

The name of the space. If this value is not set, then UserProfileName must be set.

§
Status?: AppStatus | null
[src]

The status.

§
UserProfileName?: string | null
[src]

The user profile name.