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

TaskRunProperties

import type { TaskRunProperties } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

The configuration properties for the task run.

interface TaskRunProperties {
ExportLabelsTaskRunProperties?: ExportLabelsTaskRunProperties | null;
FindMatchesTaskRunProperties?: FindMatchesTaskRunProperties | null;
ImportLabelsTaskRunProperties?: ImportLabelsTaskRunProperties | null;
LabelingSetGenerationTaskRunProperties?: LabelingSetGenerationTaskRunProperties | null;
TaskType?: TaskType | null;
}

§Properties

§
ExportLabelsTaskRunProperties?: ExportLabelsTaskRunProperties | null
[src]

The configuration properties for an exporting labels task run.

§
FindMatchesTaskRunProperties?: FindMatchesTaskRunProperties | null
[src]

The configuration properties for a find matches task run.

§
ImportLabelsTaskRunProperties?: ImportLabelsTaskRunProperties | null
[src]

The configuration properties for an importing labels task run.

§
LabelingSetGenerationTaskRunProperties?: LabelingSetGenerationTaskRunProperties | null
[src]

The configuration properties for a labeling set generation task run.

§
TaskType?: TaskType | null
[src]

The type of task run.