public static interface LabelingJobSummary.Builder extends SdkPojo, CopyableBuilder<LabelingJobSummary.Builder,LabelingJobSummary>
| Modifier and Type | Method and Description |
|---|---|
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.
|
LabelingJobSummary.Builder |
creationTime(Instant creationTime)
The date and time that the job was created (timestamp).
|
LabelingJobSummary.Builder |
failureReason(String failureReason)
If the
LabelingJobStatus field is Failed, this field contains a description of the
error. |
default LabelingJobSummary.Builder |
inputConfig(Consumer<LabelingJobInputConfig.Builder> inputConfig)
Input configuration for the labeling job.
|
LabelingJobSummary.Builder |
inputConfig(LabelingJobInputConfig inputConfig)
Input configuration for the labeling job.
|
default LabelingJobSummary.Builder |
labelCounters(Consumer<LabelCounters.Builder> labelCounters)
Counts showing the progress of the labeling job.
|
LabelingJobSummary.Builder |
labelCounters(LabelCounters labelCounters)
Counts showing the progress of the labeling job.
|
LabelingJobSummary.Builder |
labelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
|
LabelingJobSummary.Builder |
labelingJobName(String labelingJobName)
The name of the labeling job.
|
default LabelingJobSummary.Builder |
labelingJobOutput(Consumer<LabelingJobOutput.Builder> labelingJobOutput)
The location of the output produced by the labeling job.
|
LabelingJobSummary.Builder |
labelingJobOutput(LabelingJobOutput labelingJobOutput)
The location of the output produced by the labeling job.
|
LabelingJobSummary.Builder |
labelingJobStatus(LabelingJobStatus labelingJobStatus)
The current status of the labeling job.
|
LabelingJobSummary.Builder |
labelingJobStatus(String labelingJobStatus)
The current status of the labeling job.
|
LabelingJobSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the job was last modified (timestamp).
|
LabelingJobSummary.Builder |
preHumanTaskLambdaArn(String preHumanTaskLambdaArn)
The Amazon Resource Name (ARN) of a Lambda function.
|
LabelingJobSummary.Builder |
workteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team assigned to the job.
|
copyapplyMutation, buildLabelingJobSummary.Builder labelingJobName(String labelingJobName)
The name of the labeling job.
labelingJobName - The name of the labeling job.LabelingJobSummary.Builder labelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
labelingJobArn - The Amazon Resource Name (ARN) assigned to the labeling job when it was created.LabelingJobSummary.Builder creationTime(Instant creationTime)
The date and time that the job was created (timestamp).
creationTime - The date and time that the job was created (timestamp).LabelingJobSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the job was last modified (timestamp).
lastModifiedTime - The date and time that the job was last modified (timestamp).LabelingJobSummary.Builder labelingJobStatus(String labelingJobStatus)
The current status of the labeling job.
labelingJobStatus - The current status of the labeling job.LabelingJobStatus,
LabelingJobStatusLabelingJobSummary.Builder labelingJobStatus(LabelingJobStatus labelingJobStatus)
The current status of the labeling job.
labelingJobStatus - The current status of the labeling job.LabelingJobStatus,
LabelingJobStatusLabelingJobSummary.Builder labelCounters(LabelCounters labelCounters)
Counts showing the progress of the labeling job.
labelCounters - Counts showing the progress of the labeling job.default LabelingJobSummary.Builder labelCounters(Consumer<LabelCounters.Builder> labelCounters)
Counts showing the progress of the labeling job.
This is a convenience that creates an instance of theLabelCounters.Builder avoiding the need to
create one manually via LabelCounters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to labelCounters(LabelCounters).labelCounters - a consumer that will call methods on LabelCounters.BuilderlabelCounters(LabelCounters)LabelingJobSummary.Builder workteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team assigned to the job.
workteamArn - The Amazon Resource Name (ARN) of the work team assigned to the job.LabelingJobSummary.Builder preHumanTaskLambdaArn(String preHumanTaskLambdaArn)
The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is sent to a worker.
preHumanTaskLambdaArn - The Amazon Resource Name (ARN) of a Lambda function. The function is run before each data object is
sent to a worker.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. For more information, see Annotation Consolidation.
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.LabelingJobSummary.Builder failureReason(String failureReason)
If the LabelingJobStatus field is Failed, this field contains a description of the
error.
failureReason - If the LabelingJobStatus field is Failed, this field contains a description
of the error.LabelingJobSummary.Builder labelingJobOutput(LabelingJobOutput labelingJobOutput)
The location of the output produced by the labeling job.
labelingJobOutput - The location of the output produced by the labeling job.default LabelingJobSummary.Builder labelingJobOutput(Consumer<LabelingJobOutput.Builder> labelingJobOutput)
The location of the output produced by the labeling job.
This is a convenience that creates an instance of theLabelingJobOutput.Builder avoiding the need to
create one manually via LabelingJobOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to labelingJobOutput(LabelingJobOutput).labelingJobOutput - a consumer that will call methods on LabelingJobOutput.BuilderlabelingJobOutput(LabelingJobOutput)LabelingJobSummary.Builder inputConfig(LabelingJobInputConfig inputConfig)
Input configuration for the labeling job.
inputConfig - Input configuration for the labeling job.default LabelingJobSummary.Builder inputConfig(Consumer<LabelingJobInputConfig.Builder> inputConfig)
Input configuration for the labeling job.
This is a convenience that creates an instance of theLabelingJobInputConfig.Builder avoiding the
need to create one manually via LabelingJobInputConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to inputConfig(LabelingJobInputConfig).inputConfig - a consumer that will call methods on LabelingJobInputConfig.BuilderinputConfig(LabelingJobInputConfig)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.