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

EndpointInfo

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

Details about a customer endpoint that was compared in an Inference Recommender job.

interface EndpointInfo {
EndpointName: string;
}

§Properties

§
EndpointName: string
[src]

The name of a customer's endpoint.