Uses of Class
software.amazon.awssdk.services.sagemaker.model.LabelingJobSummary
-
Packages that use LabelingJobSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of LabelingJobSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type LabelingJobSummary Modifier and Type Method Description List<LabelingJobSummary>ListLabelingJobsResponse. labelingJobSummaryList()An array ofLabelingJobSummaryobjects, each describing a labeling job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type LabelingJobSummary Modifier and Type Method Description ListLabelingJobsResponse.BuilderListLabelingJobsResponse.Builder. labelingJobSummaryList(LabelingJobSummary... labelingJobSummaryList)An array ofLabelingJobSummaryobjects, each describing a labeling job.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type LabelingJobSummary Modifier and Type Method Description ListLabelingJobsResponse.BuilderListLabelingJobsResponse.Builder. labelingJobSummaryList(Collection<LabelingJobSummary> labelingJobSummaryList)An array ofLabelingJobSummaryobjects, each describing a labeling job. -
Uses of LabelingJobSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type LabelingJobSummary Modifier and Type Method Description SdkIterable<LabelingJobSummary>ListLabelingJobsIterable. labelingJobSummaryList()Returns an iterable to iterate through the paginatedListLabelingJobsResponse.labelingJobSummaryList()member.SdkPublisher<LabelingJobSummary>ListLabelingJobsPublisher. labelingJobSummaryList()Returns a publisher that can be used to get a stream of data.
-