Uses of Class
software.amazon.awssdk.services.sagemaker.model.StopInferenceRecommendationsJobResponse
-
Packages that use StopInferenceRecommendationsJobResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of StopInferenceRecommendationsJobResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return StopInferenceRecommendationsJobResponse Modifier and Type Method Description default StopInferenceRecommendationsJobResponseSageMakerClient. stopInferenceRecommendationsJob(Consumer<StopInferenceRecommendationsJobRequest.Builder> stopInferenceRecommendationsJobRequest)Stops an Inference Recommender job.default StopInferenceRecommendationsJobResponseSageMakerClient. stopInferenceRecommendationsJob(StopInferenceRecommendationsJobRequest stopInferenceRecommendationsJobRequest)Stops an Inference Recommender job.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type StopInferenceRecommendationsJobResponse Modifier and Type Method Description default CompletableFuture<StopInferenceRecommendationsJobResponse>SageMakerAsyncClient. stopInferenceRecommendationsJob(Consumer<StopInferenceRecommendationsJobRequest.Builder> stopInferenceRecommendationsJobRequest)Stops an Inference Recommender job.default CompletableFuture<StopInferenceRecommendationsJobResponse>SageMakerAsyncClient. stopInferenceRecommendationsJob(StopInferenceRecommendationsJobRequest stopInferenceRecommendationsJobRequest)Stops an Inference Recommender job.
-