@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, wait
copy
public String labelingJobName()
The name of the labeling job.
public String labelingJobArn()
The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
public Instant creationTime()
The date and time that the job was created (timestamp).
public Instant lastModifiedTime()
The date and time that the job was last modified (timestamp).
public 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()
.
LabelingJobStatus
public 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()
.
LabelingJobStatus
public LabelCounters labelCounters()
Counts showing the progress of the labeling job.
public String workteamArn()
The Amazon Resource Name (ARN) of the work team assigned to the job.
public 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 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 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 LabelingJobOutput labelingJobOutput()
The location of the output produced by the labeling job.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.