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

AutoMLResult

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

When the solution performs AutoML (performAutoML is true in "CreateSolution"), specifies the recipe that best optimized the specified metric.

interface AutoMLResult {
bestRecipeArn?: string | null;
}

§Properties

§
bestRecipeArn?: string | null
[src]

The Amazon Resource Name (ARN) of the best recipe.