Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListInferenceRecommendationsJobStepsResponse
-
Packages that use ListInferenceRecommendationsJobStepsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListInferenceRecommendationsJobStepsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListInferenceRecommendationsJobStepsResponse Modifier and Type Method Description default ListInferenceRecommendationsJobStepsResponseSageMakerClient. listInferenceRecommendationsJobSteps(Consumer<ListInferenceRecommendationsJobStepsRequest.Builder> listInferenceRecommendationsJobStepsRequest)Returns a list of the subtasks for an Inference Recommender job.default ListInferenceRecommendationsJobStepsResponseSageMakerClient. listInferenceRecommendationsJobSteps(ListInferenceRecommendationsJobStepsRequest listInferenceRecommendationsJobStepsRequest)Returns a list of the subtasks for an Inference Recommender job.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListInferenceRecommendationsJobStepsResponse Modifier and Type Method Description default CompletableFuture<ListInferenceRecommendationsJobStepsResponse>SageMakerAsyncClient. listInferenceRecommendationsJobSteps(Consumer<ListInferenceRecommendationsJobStepsRequest.Builder> listInferenceRecommendationsJobStepsRequest)Returns a list of the subtasks for an Inference Recommender job.default CompletableFuture<ListInferenceRecommendationsJobStepsResponse>SageMakerAsyncClient. listInferenceRecommendationsJobSteps(ListInferenceRecommendationsJobStepsRequest listInferenceRecommendationsJobStepsRequest)Returns a list of the subtasks for an Inference Recommender job. -
Uses of ListInferenceRecommendationsJobStepsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListInferenceRecommendationsJobStepsResponse Modifier and Type Method Description Iterator<ListInferenceRecommendationsJobStepsResponse>ListInferenceRecommendationsJobStepsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListInferenceRecommendationsJobStepsResponse Modifier and Type Method Description voidListInferenceRecommendationsJobStepsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInferenceRecommendationsJobStepsResponse> subscriber)
-