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

LabelCountersForWorkteam

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

Provides counts for human-labeled tasks in the labeling job.

interface LabelCountersForWorkteam {
HumanLabeled?: number | null;
PendingHuman?: number | null;
Total?: number | null;
}

§Properties

§
HumanLabeled?: number | null
[src]

The total number of data objects labeled by a human worker.

§
PendingHuman?: number | null
[src]

The total number of data objects that need to be labeled by a human worker.

§
Total?: number | null
[src]

The total number of tasks in the labeling job.