Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceRecommendation
-
Packages that use InferenceRecommendation Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceRecommendation in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InferenceRecommendation Modifier and Type Method Description List<InferenceRecommendation>DescribeInferenceRecommendationsJobResponse. inferenceRecommendations()The recommendations made by Inference Recommender.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceRecommendation Modifier and Type Method Description DescribeInferenceRecommendationsJobResponse.BuilderDescribeInferenceRecommendationsJobResponse.Builder. inferenceRecommendations(InferenceRecommendation... inferenceRecommendations)The recommendations made by Inference Recommender.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type InferenceRecommendation Modifier and Type Method Description DescribeInferenceRecommendationsJobResponse.BuilderDescribeInferenceRecommendationsJobResponse.Builder. inferenceRecommendations(Collection<InferenceRecommendation> inferenceRecommendations)The recommendations made by Inference Recommender.
-