Uses of Class
software.amazon.awssdk.services.sagemaker.model.LabelCounters
-
Packages that use LabelCounters Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of LabelCounters in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return LabelCounters Modifier and Type Method Description LabelCountersDescribeLabelingJobResponse. 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.LabelCountersLabelingJobSummary. labelCounters()Counts showing the progress of the labeling job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type LabelCounters Modifier and Type Method Description DescribeLabelingJobResponse.BuilderDescribeLabelingJobResponse.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.BuilderLabelingJobSummary.Builder. labelCounters(LabelCounters labelCounters)Counts showing the progress of the labeling job.
-