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

CreateBatchPredictionInput

import type { CreateBatchPredictionInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/machinelearning.ts";
interface CreateBatchPredictionInput {
BatchPredictionDataSourceId: string;
BatchPredictionId: string;
BatchPredictionName?: string | null;
MLModelId: string;
OutputUri: string;
}

§Properties

§
BatchPredictionDataSourceId: string
[src]
§
BatchPredictionId: string
[src]
§
BatchPredictionName?: string | null
[src]
§
MLModelId: string
[src]
§
OutputUri: string
[src]