| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LabelingJobForWorkteamSummary |
LabelingJobForWorkteamSummary.clone() |
LabelingJobForWorkteamSummary |
LabelingJobForWorkteamSummary.withCreationTime(Date creationTime)
The date and time that the labeling job was created.
|
LabelingJobForWorkteamSummary |
LabelingJobForWorkteamSummary.withJobReferenceCode(String jobReferenceCode)
A unique identifier for a labeling job.
|
LabelingJobForWorkteamSummary |
LabelingJobForWorkteamSummary.withLabelCounters(LabelCountersForWorkteam labelCounters)
Provides information about the progress of a labeling job.
|
LabelingJobForWorkteamSummary |
LabelingJobForWorkteamSummary.withLabelingJobName(String labelingJobName)
The name of the labeling job that the work team is assigned to.
|
LabelingJobForWorkteamSummary |
LabelingJobForWorkteamSummary.withNumberOfHumanWorkersPerDataObject(Integer numberOfHumanWorkersPerDataObject)
The configured number of workers per data object.
|
LabelingJobForWorkteamSummary |
LabelingJobForWorkteamSummary.withWorkRequesterAccountId(String workRequesterAccountId)
The Amazon Web Services account ID of the account used to start the labeling job.
|
| Modifier and Type | Method and Description |
|---|---|
List<LabelingJobForWorkteamSummary> |
ListLabelingJobsForWorkteamResult.getLabelingJobSummaryList()
An array of
LabelingJobSummary objects, each describing a labeling job. |
| Modifier and Type | Method and Description |
|---|---|
ListLabelingJobsForWorkteamResult |
ListLabelingJobsForWorkteamResult.withLabelingJobSummaryList(LabelingJobForWorkteamSummary... labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLabelingJobsForWorkteamResult.setLabelingJobSummaryList(Collection<LabelingJobForWorkteamSummary> labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
ListLabelingJobsForWorkteamResult |
ListLabelingJobsForWorkteamResult.withLabelingJobSummaryList(Collection<LabelingJobForWorkteamSummary> labelingJobSummaryList)
An array of
LabelingJobSummary objects, each describing a labeling job. |
Copyright © 2022. All rights reserved.