public static interface LabelingJobForWorkteamSummary.Builder extends SdkPojo, CopyableBuilder<LabelingJobForWorkteamSummary.Builder,LabelingJobForWorkteamSummary>
Modifier and Type | Method and Description |
---|---|
LabelingJobForWorkteamSummary.Builder |
creationTime(Instant creationTime)
The date and time that the labeling job was created.
|
LabelingJobForWorkteamSummary.Builder |
jobReferenceCode(String jobReferenceCode)
A unique identifier for a labeling job.
|
default LabelingJobForWorkteamSummary.Builder |
labelCounters(Consumer<LabelCountersForWorkteam.Builder> labelCounters)
Provides information about the progress of a labeling job.
|
LabelingJobForWorkteamSummary.Builder |
labelCounters(LabelCountersForWorkteam labelCounters)
Provides information about the progress of a labeling job.
|
LabelingJobForWorkteamSummary.Builder |
labelingJobName(String labelingJobName)
The name of the labeling job that the work team is assigned to.
|
LabelingJobForWorkteamSummary.Builder |
numberOfHumanWorkersPerDataObject(Integer numberOfHumanWorkersPerDataObject)
The configured number of workers per data object.
|
LabelingJobForWorkteamSummary.Builder |
workRequesterAccountId(String workRequesterAccountId)
The Amazon Web Services account ID of the account used to start the labeling job.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LabelingJobForWorkteamSummary.Builder labelingJobName(String labelingJobName)
The name of the labeling job that the work team is assigned to.
labelingJobName
- The name of the labeling job that the work team is assigned to.LabelingJobForWorkteamSummary.Builder jobReferenceCode(String jobReferenceCode)
A unique identifier for a labeling job. You can use this to refer to a specific labeling job.
jobReferenceCode
- A unique identifier for a labeling job. You can use this to refer to a specific labeling job.LabelingJobForWorkteamSummary.Builder workRequesterAccountId(String workRequesterAccountId)
The Amazon Web Services account ID of the account used to start the labeling job.
workRequesterAccountId
- The Amazon Web Services account ID of the account used to start the labeling job.LabelingJobForWorkteamSummary.Builder creationTime(Instant creationTime)
The date and time that the labeling job was created.
creationTime
- The date and time that the labeling job was created.LabelingJobForWorkteamSummary.Builder labelCounters(LabelCountersForWorkteam labelCounters)
Provides information about the progress of a labeling job.
labelCounters
- Provides information about the progress of a labeling job.default LabelingJobForWorkteamSummary.Builder labelCounters(Consumer<LabelCountersForWorkteam.Builder> labelCounters)
Provides information about the progress of a labeling job.
This is a convenience that creates an instance of theLabelCountersForWorkteam.Builder
avoiding the
need to create one manually via LabelCountersForWorkteam.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to labelCounters(LabelCountersForWorkteam)
.labelCounters
- a consumer that will call methods on LabelCountersForWorkteam.Builder
labelCounters(LabelCountersForWorkteam)
LabelingJobForWorkteamSummary.Builder numberOfHumanWorkersPerDataObject(Integer numberOfHumanWorkersPerDataObject)
The configured number of workers per data object.
numberOfHumanWorkersPerDataObject
- The configured number of workers per data object.Copyright © 2021. All rights reserved.