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

DeleteMLModelOutput

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

Represents the output of a DeleteMLModel operation.

You can use the GetMLModel operation and check the value of the Status parameter to see whether an MLModel is marked as DELETED.

interface DeleteMLModelOutput {
MLModelId?: string | 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.