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

UpdateBatchPredictionOutput

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

Represents the output of an UpdateBatchPrediction operation.

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

interface UpdateBatchPredictionOutput {
BatchPredictionId?: string | null;
}

§Properties

§
BatchPredictionId?: string | null
[src]

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