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

UpdateMLModelOutput

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

Represents the output of an UpdateMLModel operation.

You can see the updated content by using the GetMLModel operation.

interface UpdateMLModelOutput {
MLModelId?: string | null;
}

§Properties

§
MLModelId?: string | null
[src]

The ID assigned to the MLModel during creation. This value should be identical to the value of the MLModelID in the request.