class Aws::SageMaker::Types::PublicWorkforceTaskPrice

Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed.

Use one of the following prices for bounding box tasks. Prices are in US dollars and should be based on the complexity of the task; the longer it takes in your initial testing, the more you should offer.

Use one of the following prices for image classification, text classification, and custom tasks. Prices are in US dollars.

Use one of the following prices for semantic segmentation tasks. Prices are in US dollars.

Use one of the following prices for Textract AnalyzeDocument Important Form Key Amazon Augmented AI review tasks. Prices are in US dollars.

Use one of the following prices for Rekognition DetectModerationLabels Amazon Augmented AI review tasks. Prices are in US dollars.

Use one of the following prices for Amazon Augmented AI custom human review tasks. Prices are in US dollars.

@note When making an API call, you may pass PublicWorkforceTaskPrice

data as a hash:

    {
      amount_in_usd: {
        dollars: 1,
        cents: 1,
        tenth_fractions_of_a_cent: 1,
      },
    }

@!attribute [rw] amount_in_usd

Defines the amount of money paid to an Amazon Mechanical Turk worker
in United States dollars.
@return [Types::USD]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PublicWorkforceTaskPrice AWS API Documentation

Constants

SENSITIVE