Prediction
import type { Prediction } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/machinelearning.ts";interface Prediction {
details?: [key in DetailsAttributes]: string | null | undefined | null;
predictedLabel?: string | null;
predictedScores?: {} | null;
[key: string]: number | null | undefined;
predictedValue?: number | null;
}