| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default PublicWorkforceTaskPrice.Builder |
PublicWorkforceTaskPrice.Builder.amountInUsd(Consumer<USD.Builder> amountInUsd)
Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars.
|
PublicWorkforceTaskPrice.Builder |
PublicWorkforceTaskPrice.Builder.amountInUsd(USD amountInUsd)
Defines the amount of money paid to an Amazon Mechanical Turk worker in United States dollars.
|
static PublicWorkforceTaskPrice.Builder |
PublicWorkforceTaskPrice.builder() |
PublicWorkforceTaskPrice.Builder |
PublicWorkforceTaskPrice.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PublicWorkforceTaskPrice.Builder> |
PublicWorkforceTaskPrice.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HumanLoopConfig.Builder |
HumanLoopConfig.Builder.publicWorkforceTaskPrice(Consumer<PublicWorkforceTaskPrice.Builder> publicWorkforceTaskPrice)
Sets the value of the PublicWorkforceTaskPrice property for this object.
|
default HumanTaskConfig.Builder |
HumanTaskConfig.Builder.publicWorkforceTaskPrice(Consumer<PublicWorkforceTaskPrice.Builder> publicWorkforceTaskPrice)
The price that you pay for each task performed by an Amazon Mechanical Turk worker.
|
Copyright © 2023. All rights reserved.