@Generated(value="software.amazon.awssdk:codegen") public final class HumanLoopConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HumanLoopConfig.Builder,HumanLoopConfig>
Describes the work to be performed by human workers.
Modifier and Type | Class and Description |
---|---|
static interface |
HumanLoopConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static HumanLoopConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTaskKeywords()
Returns true if the TaskKeywords property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
String |
humanTaskUiArn()
The Amazon Resource Name (ARN) of the human task user interface.
|
PublicWorkforceTaskPrice |
publicWorkforceTaskPrice()
Returns the value of the PublicWorkforceTaskPrice property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HumanLoopConfig.Builder> |
serializableBuilderClass() |
Integer |
taskAvailabilityLifetimeInSeconds()
The length of time that a task remains available for labeling by human workers.
|
Integer |
taskCount()
The number of distinct workers who will perform the same task on each object.
|
String |
taskDescription()
A description for the human worker task.
|
List<String> |
taskKeywords()
Keywords used to describe the task so that workers can discover the task.
|
Integer |
taskTimeLimitInSeconds()
The amount of time that a worker has to complete a task.
|
String |
taskTitle()
A title for the human worker task.
|
HumanLoopConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workteamArn()
Amazon Resource Name (ARN) of a team of workers.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String workteamArn()
Amazon Resource Name (ARN) of a team of workers.
public String humanTaskUiArn()
The Amazon Resource Name (ARN) of the human task user interface.
public String taskTitle()
A title for the human worker task.
public String taskDescription()
A description for the human worker task.
public Integer taskCount()
The number of distinct workers who will perform the same task on each object. For example, if
TaskCount
is set to 3
for an image classification labeling job, three workers will
classify each input image. Increasing TaskCount
can improve label accuracy.
TaskCount
is set to 3
for an image classification labeling job, three workers
will classify each input image. Increasing TaskCount
can improve label accuracy.public Integer taskAvailabilityLifetimeInSeconds()
The length of time that a task remains available for labeling by human workers.
public Integer taskTimeLimitInSeconds()
The amount of time that a worker has to complete a task.
public boolean hasTaskKeywords()
public List<String> taskKeywords()
Keywords used to describe the task so that workers can discover the task.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTaskKeywords()
to see if a value was sent in this field.
public PublicWorkforceTaskPrice publicWorkforceTaskPrice()
public HumanLoopConfig.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<HumanLoopConfig.Builder,HumanLoopConfig>
public static HumanLoopConfig.Builder builder()
public static Class<? extends HumanLoopConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.