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

BatchInferenceJobOutput

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

The output configuration parameters of a batch inference job.

interface BatchInferenceJobOutput {
s3DataDestination: S3DataConfig;
}

§Properties

§
s3DataDestination: S3DataConfig
[src]

Information on the Amazon S3 bucket in which the batch inference job's output is stored.