Uses of Class
software.amazon.awssdk.services.sagemaker.model.RealTimeInferenceRecommendation
-
Packages that use RealTimeInferenceRecommendation Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of RealTimeInferenceRecommendation in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type RealTimeInferenceRecommendation Modifier and Type Method Description List<RealTimeInferenceRecommendation>DeploymentRecommendation. realTimeInferenceRecommendations()A list of RealTimeInferenceRecommendation items.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type RealTimeInferenceRecommendation Modifier and Type Method Description DeploymentRecommendation.BuilderDeploymentRecommendation.Builder. realTimeInferenceRecommendations(RealTimeInferenceRecommendation... realTimeInferenceRecommendations)A list of RealTimeInferenceRecommendation items.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type RealTimeInferenceRecommendation Modifier and Type Method Description DeploymentRecommendation.BuilderDeploymentRecommendation.Builder. realTimeInferenceRecommendations(Collection<RealTimeInferenceRecommendation> realTimeInferenceRecommendations)A list of RealTimeInferenceRecommendation items.
-