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

DeleteRealtimeEndpointOutput

import type { DeleteRealtimeEndpointOutput } from "https://aws-api.deno.dev/v0.3/services/machinelearning.ts?docs=full";

Represents the output of an DeleteRealtimeEndpoint operation.

The result contains the MLModelId and the endpoint information for the MLModel.

interface DeleteRealtimeEndpointOutput {
MLModelId?: string | null;
RealtimeEndpointInfo?: RealtimeEndpointInfo | null;
}

§Properties

§
MLModelId?: string | null
[src]

A user-supplied ID that uniquely identifies the MLModel. This value should be identical to the value of the MLModelId in the request.

§
RealtimeEndpointInfo?: RealtimeEndpointInfo | null
[src]

The endpoint information of the MLModel