LabelingJobHumanTaskConfigPublicWorkforceTaskPrice constructor

const LabelingJobHumanTaskConfigPublicWorkforceTaskPrice({
  1. Input<LabelingJobHumanTaskConfigPublicWorkforceTaskPriceAmountInUsd?>? amountInUsd,
})

Creates a new LabelingJobHumanTaskConfigPublicWorkforceTaskPrice. amountInUsd Amount of money paid to an Amazon Mechanical Turk worker in United States dollars. Fields are documented below.

Implementation

const LabelingJobHumanTaskConfigPublicWorkforceTaskPrice({
  this.amountInUsd,
});