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

InputDataConfig

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

The input properties for an entities detection job. This includes the name of the S3 bucket and the path to the files to be analyzed.

interface InputDataConfig {
S3Bucket: string;
S3Key?: string | null;
}

§Properties

§
S3Bucket: string
[src]

The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.

Each file in the document collection must be less than 40 KB. You can store a maximum of 30 GB in the bucket.

§
S3Key?: string | null
[src]

The path to the input data files in the S3 bucket.