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

UpdateEvaluationOutput

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

Represents the output of an UpdateEvaluation operation.

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

interface UpdateEvaluationOutput {
EvaluationId?: string | null;
}

§Properties

§
EvaluationId?: string | null
[src]

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