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

    Hierarchy (View Summary)

    Index

    Properties

    categoriesS3Uri?: string

    S3 URI for the verification categories file

    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 verification 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

    templateS3Uri?: string

    S3 URI for the verification UI template

    workteamArn: string

    ARN of the workteam