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

StartExportLabelsTaskRunRequest

import type { StartExportLabelsTaskRunRequest } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface StartExportLabelsTaskRunRequest {
OutputS3Path: string;
TransformId: string;
}

§Properties

§
OutputS3Path: string
[src]

The Amazon S3 path where you export the labels.

§
TransformId: string
[src]

The unique identifier of the machine learning transform.