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

GetMLModelInput

import type { GetMLModelInput } from "https://aws-api.deno.dev/v0.4/services/machinelearning.ts?docs=full";
interface GetMLModelInput {
MLModelId: string;
Verbose?: boolean | null;
}

§Properties

§
MLModelId: string
[src]

The ID assigned to the MLModel at creation.

§
Verbose?: boolean | null
[src]

Specifies whether the GetMLModel operation should return Recipe.

If true, Recipe is returned.

If false, Recipe is not returned.