Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeploymentRecommendation
-
Packages that use DeploymentRecommendation Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DeploymentRecommendation in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return DeploymentRecommendation Modifier and Type Method Description DeploymentRecommendationDescribeModelResponse. deploymentRecommendation()A set of recommended deployment configurations for the model.DeploymentRecommendationModel. deploymentRecommendation()A set of recommended deployment configurations for the model.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DeploymentRecommendation Modifier and Type Method Description DescribeModelResponse.BuilderDescribeModelResponse.Builder. deploymentRecommendation(DeploymentRecommendation deploymentRecommendation)A set of recommended deployment configurations for the model.Model.BuilderModel.Builder. deploymentRecommendation(DeploymentRecommendation deploymentRecommendation)A set of recommended deployment configurations for the model.
-