MDAA TS Docs
    Preparing search index...
    interface GroundTruthLabelingTaskConfig {
        numberOfHumanWorkersPerDataObject?: number;
        taskAvailabilityLifetimeInSeconds?: number;
        taskDescription: string;
        taskKeywords: string[];
        taskPrice?: number;
        taskTimeLimitInSeconds?: number;
        taskTitle: string;
        workteamArn: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    numberOfHumanWorkersPerDataObject?: number

    Number of workers per data object

    taskAvailabilityLifetimeInSeconds?: number

    How long the task remains available for a worker to accept, in seconds

    taskDescription: string

    Description of the task

    taskKeywords: string[]

    Keywords for the labeling task

    taskPrice?: number

    Pricing for AMT/vendor workforce tasks, in tenthFractionsOfACent (e.g. 60 = $0.006)

    taskTimeLimitInSeconds?: number

    Time limit per task in seconds

    taskTitle: string

    Title of the task

    workteamArn: string

    ARN of the workteam