Uses of Class
software.amazon.awssdk.services.sagemaker.model.DescribeInferenceRecommendationsJobResponse
-
Packages that use DescribeInferenceRecommendationsJobResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DescribeInferenceRecommendationsJobResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DescribeInferenceRecommendationsJobResponse Modifier and Type Method Description default DescribeInferenceRecommendationsJobResponseSageMakerClient. describeInferenceRecommendationsJob(Consumer<DescribeInferenceRecommendationsJobRequest.Builder> describeInferenceRecommendationsJobRequest)Provides the results of the Inference Recommender job.default DescribeInferenceRecommendationsJobResponseSageMakerClient. describeInferenceRecommendationsJob(DescribeInferenceRecommendationsJobRequest describeInferenceRecommendationsJobRequest)Provides the results of the Inference Recommender job.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DescribeInferenceRecommendationsJobResponse Modifier and Type Method Description default CompletableFuture<DescribeInferenceRecommendationsJobResponse>SageMakerAsyncClient. describeInferenceRecommendationsJob(Consumer<DescribeInferenceRecommendationsJobRequest.Builder> describeInferenceRecommendationsJobRequest)Provides the results of the Inference Recommender job.default CompletableFuture<DescribeInferenceRecommendationsJobResponse>SageMakerAsyncClient. describeInferenceRecommendationsJob(DescribeInferenceRecommendationsJobRequest describeInferenceRecommendationsJobRequest)Provides the results of the Inference Recommender job.
-