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

BatchSegmentJobInput

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

The input configuration of a batch segment job.

interface BatchSegmentJobInput {
s3DataSource: S3DataConfig;
}

§Properties

§
s3DataSource: S3DataConfig
[src]