@Generated(value="software.amazon.awssdk:codegen") public final class LabelingJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelingJobSummary.Builder,LabelingJobSummary>
Provides summary information about a labeling job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LabelingJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
annotationConsolidationLambdaArn()
The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers
into a label for a data object.
|
static LabelingJobSummary.Builder |
builder() |
Instant |
creationTime()
The date and time that the job was created (timestamp).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the
LabelingJobStatus field is Failed, this field contains a description of the
error. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LabelingJobInputConfig |
inputConfig()
Input configuration for the labeling job.
|
LabelCounters |
labelCounters()
Counts showing the progress of the labeling job.
|
String |
labelingJobArn()
The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
|
String |
labelingJobName()
The name of the labeling job.
|
LabelingJobOutput |
labelingJobOutput()
The location of the output produced by the labeling job.
|
LabelingJobStatus |
labelingJobStatus()
The current status of the labeling job.
|
String |
labelingJobStatusAsString()
The current status of the labeling job.
|
Instant |
lastModifiedTime()
The date and time that the job was last modified (timestamp).
|
String |
preHumanTaskLambdaArn()
The Amazon Resource Name (ARN) of a Lambda function.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LabelingJobSummary.Builder> |
serializableBuilderClass() |
LabelingJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workteamArn()
The Amazon Resource Name (ARN) of the work team assigned to the job.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String labelingJobName()
The name of the labeling job.
public final String labelingJobArn()
The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
public final Instant creationTime()
The date and time that the job was created (timestamp).
public final Instant lastModifiedTime()
The date and time that the job was last modified (timestamp).
public final LabelingJobStatus labelingJobStatus()
The current status of the labeling job.
If the service returns an enum value that is not available in the current SDK version, labelingJobStatus
will return LabelingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from labelingJobStatusAsString().
LabelingJobStatuspublic final String labelingJobStatusAsString()
The current status of the labeling job.
If the service returns an enum value that is not available in the current SDK version, labelingJobStatus
will return LabelingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from labelingJobStatusAsString().
LabelingJobStatuspublic final LabelCounters labelCounters()
Counts showing the progress of the labeling job.
public final String workteamArn()
The Amazon Resource Name (ARN) of the work team assigned to the job.
public final String preHumanTaskLambdaArn()
The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.
public final String annotationConsolidationLambdaArn()
The Amazon Resource Name (ARN) of the Lambda function used to consolidate the annotations from individual workers into a label for a data object. For more information, see Annotation Consolidation.
public final String failureReason()
If the LabelingJobStatus field is Failed, this field contains a description of the
error.
LabelingJobStatus field is Failed, this field contains a description of
the error.public final LabelingJobOutput labelingJobOutput()
The location of the output produced by the labeling job.
public final LabelingJobInputConfig inputConfig()
Input configuration for the labeling job.
public LabelingJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LabelingJobSummary.Builder,LabelingJobSummary>public static LabelingJobSummary.Builder builder()
public static Class<? extends LabelingJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.