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.4/services/braket.ts?docs=full";

Information about the source of the data used by the Amazon Braket job.

interface DataSource {
s3DataSource: S3DataSource;
}

§Properties

§
s3DataSource: S3DataSource
[src]

Information about the data stored in Amazon S3 used by the Amazon Braket job.