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

ModelDashboardEndpoint

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

An endpoint that hosts a model displayed in the Amazon SageMaker Model Dashboard.

interface ModelDashboardEndpoint {
CreationTime: Date | number;
EndpointArn: string;
EndpointName: string;
EndpointStatus: EndpointStatus;
LastModifiedTime: Date | number;
}

§Properties

§
CreationTime: Date | number
[src]

A timestamp that indicates when the endpoint was created.

§
EndpointArn: string
[src]

The Amazon Resource Name (ARN) of the endpoint.

§
EndpointName: string
[src]

The endpoint name.

§
EndpointStatus: EndpointStatus
[src]

The endpoint status.

§
LastModifiedTime: Date | number
[src]

The last time the endpoint was modified.