Class LabelingJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.LabelingJobSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LabelingJobSummary.Builder,LabelingJobSummary>
@Generated("software.amazon.awssdk:codegen") public final class LabelingJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LabelingJobSummary.Builder,LabelingJobSummary>
Provides summary information about a labeling job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLabelingJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringannotationConsolidationLambdaArn()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.Builderbuilder()InstantcreationTime()The date and time that the job was created (timestamp).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureReason()If theLabelingJobStatusfield isFailed, this field contains a description of the error.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LabelingJobInputConfiginputConfig()Input configuration for the labeling job.LabelCounterslabelCounters()Counts showing the progress of the labeling job.StringlabelingJobArn()The Amazon Resource Name (ARN) assigned to the labeling job when it was created.StringlabelingJobName()The name of the labeling job.LabelingJobOutputlabelingJobOutput()The location of the output produced by the labeling job.LabelingJobStatuslabelingJobStatus()The current status of the labeling job.StringlabelingJobStatusAsString()The current status of the labeling job.InstantlastModifiedTime()The date and time that the job was last modified (timestamp).StringpreHumanTaskLambdaArn()The Amazon Resource Name (ARN) of a Lambda function.List<SdkField<?>>sdkFields()static Class<? extends LabelingJobSummary.Builder>serializableBuilderClass()LabelingJobSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkteamArn()The Amazon Resource Name (ARN) of the work team assigned to the job.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
labelingJobName
public final String labelingJobName()
The name of the labeling job.
- Returns:
- The name of the labeling job.
-
labelingJobArn
public final String labelingJobArn()
The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
- Returns:
- The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
-
creationTime
public final Instant creationTime()
The date and time that the job was created (timestamp).
- Returns:
- The date and time that the job was created (timestamp).
-
lastModifiedTime
public final Instant lastModifiedTime()
The date and time that the job was last modified (timestamp).
- Returns:
- The date and time that the job was last modified (timestamp).
-
labelingJobStatus
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,
labelingJobStatuswill returnLabelingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlabelingJobStatusAsString().- Returns:
- The current status of the labeling job.
- See Also:
LabelingJobStatus
-
labelingJobStatusAsString
public 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,
labelingJobStatuswill returnLabelingJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlabelingJobStatusAsString().- Returns:
- The current status of the labeling job.
- See Also:
LabelingJobStatus
-
labelCounters
public final LabelCounters labelCounters()
Counts showing the progress of the labeling job.
- Returns:
- Counts showing the progress of the labeling job.
-
workteamArn
public final String workteamArn()
The Amazon Resource Name (ARN) of the work team assigned to the job.
- Returns:
- The Amazon Resource Name (ARN) of the work team assigned to the job.
-
preHumanTaskLambdaArn
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.
- Returns:
- The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.
-
annotationConsolidationLambdaArn
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.
- Returns:
- 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.
-
failureReason
public final String failureReason()
If the
LabelingJobStatusfield isFailed, this field contains a description of the error.- Returns:
- If the
LabelingJobStatusfield isFailed, this field contains a description of the error.
-
labelingJobOutput
public final LabelingJobOutput labelingJobOutput()
The location of the output produced by the labeling job.
- Returns:
- The location of the output produced by the labeling job.
-
inputConfig
public final LabelingJobInputConfig inputConfig()
Input configuration for the labeling job.
- Returns:
- Input configuration for the labeling job.
-
toBuilder
public LabelingJobSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LabelingJobSummary.Builder,LabelingJobSummary>
-
builder
public static LabelingJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends LabelingJobSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-