

# DeploymentRecommendation


A set of recommended deployment configurations for the model. To get more advanced recommendations, see [CreateInferenceRecommendationsJob](https://docs.amazonaws.cn/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html) to create an inference recommendation job.

## Contents


 ** RecommendationStatus **   <a name="sagemaker-Type-DeploymentRecommendation-RecommendationStatus"></a>
Status of the deployment recommendation. The status `NOT_APPLICABLE` means that SageMaker is unable to provide a default recommendation for the model using the information provided. If the deployment status is `IN_PROGRESS`, retry your API call after a few seconds to get a `COMPLETED` deployment recommendation.  
Type: String  
Valid Values: `IN_PROGRESS | COMPLETED | FAILED | NOT_APPLICABLE`   
Required: Yes

 ** RealTimeInferenceRecommendations **   <a name="sagemaker-Type-DeploymentRecommendation-RealTimeInferenceRecommendations"></a>
A list of [RealTimeInferenceRecommendation](https://docs.amazonaws.cn/sagemaker/latest/APIReference/API_RealTimeInferenceRecommendation.html) items.  
Type: Array of [RealTimeInferenceRecommendation](API_RealTimeInferenceRecommendation.md) objects  
Array Members: Minimum number of 0 items. Maximum number of 3 items.  
Required: No

## See Also


For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/sagemaker-2017-07-24/DeploymentRecommendation) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/sagemaker-2017-07-24/DeploymentRecommendation) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/sagemaker-2017-07-24/DeploymentRecommendation) 