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

LabelingJobInputConfig

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

Input configuration information for a labeling job.

interface LabelingJobInputConfig {
DataAttributes?: LabelingJobDataAttributes | null;
}

§Properties

§
DataAttributes?: LabelingJobDataAttributes | null
[src]

Attributes of the data specified by the customer.

§

The location of the input data.