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

DataSource

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

Describes the data source that contains the data to upload to a dataset.

interface DataSource {
dataLocation?: string | null;
}

§Properties

§
dataLocation?: string | null
[src]

The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:

s3://bucket-name/folder-name/