| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
LabelCounters |
DescribeLabelingJobResponse.labelCounters()
Provides a breakdown of the number of data objects labeled by humans, the number of objects labeled by machine,
the number of objects than couldn't be labeled, and the total number of objects labeled.
|
LabelCounters |
LabelingJobSummary.labelCounters()
Counts showing the progress of the labeling job.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLabelingJobResponse.Builder |
DescribeLabelingJobResponse.Builder.labelCounters(LabelCounters labelCounters)
Provides a breakdown of the number of data objects labeled by humans, the number of objects labeled by
machine, the number of objects than couldn't be labeled, and the total number of objects labeled.
|
LabelingJobSummary.Builder |
LabelingJobSummary.Builder.labelCounters(LabelCounters labelCounters)
Counts showing the progress of the labeling job.
|
Copyright © 2021. All rights reserved.