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

BatchInferenceJobInput

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

The input configuration of a batch inference job.

interface BatchInferenceJobInput {
s3DataSource: S3DataConfig;
}

§Properties

§
s3DataSource: S3DataConfig
[src]

The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.