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

StartImportLabelsTaskRunRequest

import type { StartImportLabelsTaskRunRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface StartImportLabelsTaskRunRequest {
InputS3Path: string;
ReplaceAllLabels?: boolean | null;
TransformId: string;
}

§Properties

§
InputS3Path: string
[src]

The Amazon Simple Storage Service (Amazon S3) path from where you import the labels.

§
ReplaceAllLabels?: boolean | null
[src]

Indicates whether to overwrite your existing labels.

§
TransformId: string
[src]

The unique identifier of the machine learning transform.