@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()
The AWS account ID of the account used to start the labeling job.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String labelingJobName()
The name of the labeling job that the work team is assigned to.
public final String jobReferenceCode()
A unique identifier for a labeling job. You can use this to refer to a specific labeling job.
public final String workRequesterAccountId()
The AWS account ID of the account used to start the labeling job.
public final Instant creationTime()
The date and time that the labeling job was created.
public final LabelCountersForWorkteam labelCounters()
Provides information about the progress of a labeling job.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.