@Generated(value="software.amazon.awssdk:codegen") public final class LabelingJobForWorkteamSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelingJobForWorkteamSummary.Builder,LabelingJobForWorkteamSummary>
Provides summary information for a work team.
Modifier and Type | Class and Description |
---|---|
static interface |
LabelingJobForWorkteamSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static LabelingJobForWorkteamSummary.Builder |
builder() |
Instant |
creationTime()
The date and time that the labeling job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobReferenceCode()
A unique identifier for a labeling job.
|
LabelCountersForWorkteam |
labelCounters()
Provides information about the progress of a labeling job.
|
String |
labelingJobName()
The name of the labeling job that the work team is assigned to.
|
Integer |
numberOfHumanWorkersPerDataObject()
The configured number of workers per data object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LabelingJobForWorkteamSummary.Builder> |
serializableBuilderClass() |
LabelingJobForWorkteamSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workRequesterAccountId()
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String labelingJobName()
The name of the labeling job that the work team is assigned to.
public String jobReferenceCode()
A unique identifier for a labeling job. You can use this to refer to a specific labeling job.
public String workRequesterAccountId()
public Instant creationTime()
The date and time that the labeling job was created.
public LabelCountersForWorkteam labelCounters()
Provides information about the progress of a labeling job.
public Integer numberOfHumanWorkersPerDataObject()
The configured number of workers per data object.
public LabelingJobForWorkteamSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LabelingJobForWorkteamSummary.Builder,LabelingJobForWorkteamSummary>
public static LabelingJobForWorkteamSummary.Builder builder()
public static Class<? extends LabelingJobForWorkteamSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.