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

CreateRealtimeEndpointOutput

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

Represents the output of an CreateRealtimeEndpoint operation.

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

Note: The endpoint information includes the URI of the MLModel; that is, the location to send online prediction requests for the specified MLModel.

interface CreateRealtimeEndpointOutput {
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