| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LabelCountersForWorkteam |
LabelCountersForWorkteam.clone() |
LabelCountersForWorkteam |
LabelingJobForWorkteamSummary.getLabelCounters()
Provides information about the progress of a labeling job.
|
LabelCountersForWorkteam |
LabelCountersForWorkteam.withHumanLabeled(Integer humanLabeled)
The total number of data objects labeled by a human worker.
|
LabelCountersForWorkteam |
LabelCountersForWorkteam.withPendingHuman(Integer pendingHuman)
The total number of data objects that need to be labeled by a human worker.
|
LabelCountersForWorkteam |
LabelCountersForWorkteam.withTotal(Integer total)
The total number of tasks in the labeling job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabelingJobForWorkteamSummary.setLabelCounters(LabelCountersForWorkteam labelCounters)
Provides information about the progress of a labeling job.
|
LabelingJobForWorkteamSummary |
LabelingJobForWorkteamSummary.withLabelCounters(LabelCountersForWorkteam labelCounters)
Provides information about the progress of a labeling job.
|
Copyright © 2020. All rights reserved.