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

DeleteBatchPredictionOutput

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

Represents the output of a DeleteBatchPrediction operation.

You can use the GetBatchPrediction operation and check the value of the Status parameter to see whether a BatchPrediction is marked as DELETED.

interface DeleteBatchPredictionOutput {
BatchPredictionId?: string | null;
}

§Properties

§
BatchPredictionId?: string | null
[src]

A user-supplied ID that uniquely identifies the BatchPrediction. This value should be identical to the value of the BatchPredictionID in the request.