MDAA TS Docs
    Preparing search index...

    Labeling task configuration

    interface GroundTruthLabelingTaskConfig {
        categoriesS3Uri: string;
        numberOfHumanWorkersPerDataObject?: number;
        taskAvailabilityLifetimeInSeconds?: number;
        taskDescription: string;
        taskKeywords: string[];
        taskTimeLimitInSeconds?: number;
        taskTitle: string;
        templateS3Uri?: string;
        workteamArn: string;
    }
    Index

    Properties

    categoriesS3Uri: string

    S3 URI for the categories file

    numberOfHumanWorkersPerDataObject?: number

    Workers per data object (default: 1)

    taskAvailabilityLifetimeInSeconds?: number

    Task availability lifetime in seconds (default: 21600)

    taskDescription: string

    Description of the labeling task

    taskKeywords: string[]

    Keywords for the labeling task

    taskTimeLimitInSeconds?: number

    Time limit per task in seconds (default: 300)

    taskTitle: string

    Title of the labeling task shown to workers

    templateS3Uri?: string

    S3 URI for the labeling UI template (optional for built-in types)

    workteamArn: string

    ARN of the workteam