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

UpdateBatchPredictionInput

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

§Properties

§
BatchPredictionId: string
[src]

The ID assigned to the BatchPrediction during creation.

§
BatchPredictionName: string
[src]

A new user-supplied name or description of the BatchPrediction.