| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LabelingJobSummary.Builder |
LabelingJobSummary.Builder.annotationConsolidationLambdaArn(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 |
LabelingJobSummary.builder() |
LabelingJobSummary.Builder |
LabelingJobSummary.Builder.creationTime(Instant creationTime)
The date and time that the job was created (timestamp).
|
LabelingJobSummary.Builder |
LabelingJobSummary.Builder.failureReason(String failureReason)
If the
LabelingJobStatus field is Failed, this field contains a description of the
error. |
default LabelingJobSummary.Builder |
LabelingJobSummary.Builder.inputConfig(Consumer<LabelingJobInputConfig.Builder> inputConfig)
Input configuration for the labeling job.
|
LabelingJobSummary.Builder |
LabelingJobSummary.Builder.inputConfig(LabelingJobInputConfig inputConfig)
Input configuration for the labeling job.
|
default LabelingJobSummary.Builder |
LabelingJobSummary.Builder.labelCounters(Consumer<LabelCounters.Builder> labelCounters)
Counts showing the progress of the labeling job.
|
LabelingJobSummary.Builder |
LabelingJobSummary.Builder.labelCounters(LabelCounters labelCounters)
Counts showing the progress of the labeling job.
|
LabelingJobSummary.Builder |
LabelingJobSummary.Builder.labelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
|
LabelingJobSummary.Builder |
LabelingJobSummary.Builder.labelingJobName(String labelingJobName)
The name of the labeling job.
|
default LabelingJobSummary.Builder |
LabelingJobSummary.Builder.labelingJobOutput(Consumer<LabelingJobOutput.Builder> labelingJobOutput)
The location of the output produced by the labeling job.
|
LabelingJobSummary.Builder |
LabelingJobSummary.Builder.labelingJobOutput(LabelingJobOutput labelingJobOutput)
The location of the output produced by the labeling job.
|
LabelingJobSummary.Builder |
LabelingJobSummary.Builder.labelingJobStatus(LabelingJobStatus labelingJobStatus)
The current status of the labeling job.
|
LabelingJobSummary.Builder |
LabelingJobSummary.Builder.labelingJobStatus(String labelingJobStatus)
The current status of the labeling job.
|
LabelingJobSummary.Builder |
LabelingJobSummary.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time that the job was last modified (timestamp).
|
LabelingJobSummary.Builder |
LabelingJobSummary.Builder.preHumanTaskLambdaArn(String preHumanTaskLambdaArn)
The Amazon Resource Name (ARN) of a Lambda function.
|
LabelingJobSummary.Builder |
LabelingJobSummary.toBuilder() |
LabelingJobSummary.Builder |
LabelingJobSummary.Builder.workteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team assigned to the job.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LabelingJobSummary.Builder> |
LabelingJobSummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.