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

BatchSegmentJobOutput

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

The output configuration parameters of a batch segment job.

interface BatchSegmentJobOutput {
s3DataDestination: S3DataConfig;
}

§Properties

§
s3DataDestination: S3DataConfig
[src]