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

LabelsInputConfiguration

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

Contains the configuration information for the S3 location being used to hold label data.

interface LabelsInputConfiguration {
LabelGroupName?: string | null;
S3InputConfiguration?: LabelsS3InputConfiguration | null;
}

§Properties

§
LabelGroupName?: string | null
[src]

The name of the label group to be used for label data.

§
S3InputConfiguration?: LabelsS3InputConfiguration | null
[src]

Contains location information for the S3 location being used for label data.