Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListProcessingJobsResponse
-
Packages that use ListProcessingJobsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListProcessingJobsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListProcessingJobsResponse Modifier and Type Method Description default ListProcessingJobsResponseSageMakerClient. listProcessingJobs(Consumer<ListProcessingJobsRequest.Builder> listProcessingJobsRequest)Lists processing jobs that satisfy various filters.default ListProcessingJobsResponseSageMakerClient. listProcessingJobs(ListProcessingJobsRequest listProcessingJobsRequest)Lists processing jobs that satisfy various filters.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListProcessingJobsResponse Modifier and Type Method Description default CompletableFuture<ListProcessingJobsResponse>SageMakerAsyncClient. listProcessingJobs(Consumer<ListProcessingJobsRequest.Builder> listProcessingJobsRequest)Lists processing jobs that satisfy various filters.default CompletableFuture<ListProcessingJobsResponse>SageMakerAsyncClient. listProcessingJobs(ListProcessingJobsRequest listProcessingJobsRequest)Lists processing jobs that satisfy various filters. -
Uses of ListProcessingJobsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListProcessingJobsResponse Modifier and Type Method Description Iterator<ListProcessingJobsResponse>ListProcessingJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListProcessingJobsResponse Modifier and Type Method Description voidListProcessingJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProcessingJobsResponse> subscriber)
-