Class: Aws::SageMaker::Types::DeploymentRecommendation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DeploymentRecommendation
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A set of recommended deployment configurations for the model. To get more advanced recommendations, see
- CreateInferenceRecommendationsJob][1
 - 
to create an inference
 
recommendation job.
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #real_time_inference_recommendations  ⇒ Array<Types::RealTimeInferenceRecommendation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of [RealTimeInferenceRecommendation] items.
 - 
  
    
      #recommendation_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Status of the deployment recommendation.
 
Instance Attribute Details
#real_time_inference_recommendations ⇒ Array<Types::RealTimeInferenceRecommendation>
      12735 12736 12737 12738 12739 12740  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12735 class DeploymentRecommendation < Struct.new( :recommendation_status, :real_time_inference_recommendations) SENSITIVE = [] include Aws::Structure end  | 
  
#recommendation_status ⇒ String
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.
      12735 12736 12737 12738 12739 12740  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 12735 class DeploymentRecommendation < Struct.new( :recommendation_status, :real_time_inference_recommendations) SENSITIVE = [] include Aws::Structure end  |