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

InputFileConfig

import type { InputFileConfig } from "https://aws-api.deno.dev/v0.4/services/braket.ts?docs=full";

A list of parameters that specify the input channels, type of input data, and where it is located.

interface InputFileConfig {
channelName: string;
contentType?: string | null;
dataSource: DataSource;
}

§Properties

§
channelName: string
[src]

A named input source that an Amazon Braket job can consume.

§
contentType?: string | null
[src]

The MIME type of the data.

§
dataSource: DataSource
[src]

The location of the channel data.