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

LabelingJobForWorkteamSummary

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

Provides summary information for a work team.

interface LabelingJobForWorkteamSummary {
CreationTime: Date | number;
JobReferenceCode: string;
LabelCounters?: LabelCountersForWorkteam | null;
LabelingJobName?: string | null;
NumberOfHumanWorkersPerDataObject?: number | null;
WorkRequesterAccountId: string;
}

§Properties

§
CreationTime: Date | number
[src]

The date and time that the labeling job was created.

§
JobReferenceCode: string
[src]

A unique identifier for a labeling job. You can use this to refer to a specific labeling job.

§
LabelCounters?: LabelCountersForWorkteam | null
[src]

Provides information about the progress of a labeling job.

§
LabelingJobName?: string | null
[src]

The name of the labeling job that the work team is assigned to.

§
NumberOfHumanWorkersPerDataObject?: number | null
[src]

The configured number of workers per data object.

§
WorkRequesterAccountId: string
[src]

The Amazon Web Services account ID of the account used to start the labeling job.