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.deno.dev/v0.3/services/machinelearning.ts?docs=full";
interface CreateBatchPredictionInput {
BatchPredictionDataSourceId: string;
BatchPredictionId: string;
BatchPredictionName?: string | null;
MLModelId: string;
OutputUri: string;
}

§Properties

§
BatchPredictionDataSourceId: string
[src]

The ID of the DataSource that points to the group of observations to predict.

§
BatchPredictionId: string
[src]

A user-supplied ID that uniquely identifies the BatchPrediction.

§
BatchPredictionName?: string | null
[src]

A user-supplied name or description of the BatchPrediction. BatchPredictionName can only use the UTF-8 character set.

§
MLModelId: string
[src]

The ID of the MLModel that will generate predictions for the group of observations.

§
OutputUri: string
[src]

The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction results. The following substrings are not allowed in the s3 key portion of the outputURI field: ':', '//', '/./', '/../'.

Amazon ML needs permissions to store and retrieve the logs on your behalf. For information about how to set permissions, see the Amazon Machine Learning Developer Guide.