Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListInferenceRecommendationsJobsResponse
-
Packages that use ListInferenceRecommendationsJobsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListInferenceRecommendationsJobsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListInferenceRecommendationsJobsResponse Modifier and Type Method Description default ListInferenceRecommendationsJobsResponseSageMakerClient. listInferenceRecommendationsJobs(Consumer<ListInferenceRecommendationsJobsRequest.Builder> listInferenceRecommendationsJobsRequest)Lists recommendation jobs that satisfy various filters.default ListInferenceRecommendationsJobsResponseSageMakerClient. listInferenceRecommendationsJobs(ListInferenceRecommendationsJobsRequest listInferenceRecommendationsJobsRequest)Lists recommendation jobs that satisfy various filters.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListInferenceRecommendationsJobsResponse Modifier and Type Method Description default CompletableFuture<ListInferenceRecommendationsJobsResponse>SageMakerAsyncClient. listInferenceRecommendationsJobs(Consumer<ListInferenceRecommendationsJobsRequest.Builder> listInferenceRecommendationsJobsRequest)Lists recommendation jobs that satisfy various filters.default CompletableFuture<ListInferenceRecommendationsJobsResponse>SageMakerAsyncClient. listInferenceRecommendationsJobs(ListInferenceRecommendationsJobsRequest listInferenceRecommendationsJobsRequest)Lists recommendation jobs that satisfy various filters. -
Uses of ListInferenceRecommendationsJobsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListInferenceRecommendationsJobsResponse Modifier and Type Method Description Iterator<ListInferenceRecommendationsJobsResponse>ListInferenceRecommendationsJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListInferenceRecommendationsJobsResponse Modifier and Type Method Description voidListInferenceRecommendationsJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInferenceRecommendationsJobsResponse> subscriber)
-