Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListLabelingJobsResponse
-
Packages that use ListLabelingJobsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListLabelingJobsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListLabelingJobsResponse Modifier and Type Method Description default ListLabelingJobsResponseSageMakerClient. listLabelingJobs()Gets a list of labeling jobs.default ListLabelingJobsResponseSageMakerClient. listLabelingJobs(Consumer<ListLabelingJobsRequest.Builder> listLabelingJobsRequest)Gets a list of labeling jobs.default ListLabelingJobsResponseSageMakerClient. listLabelingJobs(ListLabelingJobsRequest listLabelingJobsRequest)Gets a list of labeling jobs.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListLabelingJobsResponse Modifier and Type Method Description default CompletableFuture<ListLabelingJobsResponse>SageMakerAsyncClient. listLabelingJobs()Gets a list of labeling jobs.default CompletableFuture<ListLabelingJobsResponse>SageMakerAsyncClient. listLabelingJobs(Consumer<ListLabelingJobsRequest.Builder> listLabelingJobsRequest)Gets a list of labeling jobs.default CompletableFuture<ListLabelingJobsResponse>SageMakerAsyncClient. listLabelingJobs(ListLabelingJobsRequest listLabelingJobsRequest)Gets a list of labeling jobs. -
Uses of ListLabelingJobsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListLabelingJobsResponse Modifier and Type Method Description Iterator<ListLabelingJobsResponse>ListLabelingJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListLabelingJobsResponse Modifier and Type Method Description voidListLabelingJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLabelingJobsResponse> subscriber)
-