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

Endpoint

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

A hosted endpoint for real-time inference.

interface Endpoint {
CreationTime: Date | number;
DataCaptureConfig?: DataCaptureConfigSummary | null;
EndpointArn: string;
EndpointConfigName: string;
EndpointName: string;
EndpointStatus: EndpointStatus;
FailureReason?: string | null;
LastModifiedTime: Date | number;
MonitoringSchedules?: MonitoringSchedule[] | null;
ProductionVariants?: ProductionVariantSummary[] | null;
ShadowProductionVariants?: ProductionVariantSummary[] | null;
Tags?: Tag[] | null;
}

§Properties

§
CreationTime: Date | number
[src]

The time that the endpoint was created.

§
DataCaptureConfig?: DataCaptureConfigSummary | null
[src]
§
EndpointArn: string
[src]

The Amazon Resource Name (ARN) of the endpoint.

§
EndpointConfigName: string
[src]

The endpoint configuration associated with the endpoint.

§
EndpointName: string
[src]

The name of the endpoint.

§
EndpointStatus: EndpointStatus
[src]

The status of the endpoint.

§
FailureReason?: string | null
[src]

If the endpoint failed, the reason it failed.

§
LastModifiedTime: Date | number
[src]

The last time the endpoint was modified.

§
MonitoringSchedules?: MonitoringSchedule[] | null
[src]

A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.

§
ProductionVariants?: ProductionVariantSummary[] | null
[src]

A list of the production variants hosted on the endpoint. Each production variant is a model.

§
ShadowProductionVariants?: ProductionVariantSummary[] | null
[src]

A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode with production traffic replicated from the production variant.

§
Tags?: Tag[] | null
[src]

A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.