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

UpdateEvaluationInput

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

§Properties

§
EvaluationId: string
[src]

The ID assigned to the Evaluation during creation.

§
EvaluationName: string
[src]

A new user-supplied name or description of the Evaluation that will replace the current content.