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

GetEvaluationInput

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

§Properties

§
EvaluationId: string
[src]

The ID of the Evaluation to retrieve. The evaluation of each MLModel is recorded and cataloged. The ID provides the means to access the information.