Class LabelingJobSummary

    • 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).
      • 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 LabelingJobStatus field is Failed, this field contains a description of the error.

        Returns:
        If the LabelingJobStatus field is Failed, 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)