Class: Aws::SageMaker::Types::InferenceRecommendation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::InferenceRecommendation
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A list of recommendations made by Amazon SageMaker Inference Recommender.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #endpoint_configuration  ⇒ Types::EndpointOutputConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Defines the endpoint configuration parameters.
 - 
  
    
      #invocation_end_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp that shows when the benchmark completed.
 - 
  
    
      #invocation_start_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp that shows when the benchmark started.
 - 
  
    
      #metrics  ⇒ Types::RecommendationMetrics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The metrics used to decide what recommendation to make.
 - 
  
    
      #model_configuration  ⇒ Types::ModelConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Defines the model configuration.
 - 
  
    
      #recommendation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The recommendation ID which uniquely identifies each recommendation.
 
Instance Attribute Details
#endpoint_configuration ⇒ Types::EndpointOutputConfiguration
Defines the endpoint configuration parameters.
      26061 26062 26063 26064 26065 26066 26067 26068 26069 26070  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 26061 class InferenceRecommendation < Struct.new( :recommendation_id, :metrics, :endpoint_configuration, :model_configuration, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#invocation_end_time ⇒ Time
A timestamp that shows when the benchmark completed.
      26061 26062 26063 26064 26065 26066 26067 26068 26069 26070  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 26061 class InferenceRecommendation < Struct.new( :recommendation_id, :metrics, :endpoint_configuration, :model_configuration, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#invocation_start_time ⇒ Time
A timestamp that shows when the benchmark started.
      26061 26062 26063 26064 26065 26066 26067 26068 26069 26070  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 26061 class InferenceRecommendation < Struct.new( :recommendation_id, :metrics, :endpoint_configuration, :model_configuration, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#metrics ⇒ Types::RecommendationMetrics
The metrics used to decide what recommendation to make.
      26061 26062 26063 26064 26065 26066 26067 26068 26069 26070  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 26061 class InferenceRecommendation < Struct.new( :recommendation_id, :metrics, :endpoint_configuration, :model_configuration, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#model_configuration ⇒ Types::ModelConfiguration
Defines the model configuration.
      26061 26062 26063 26064 26065 26066 26067 26068 26069 26070  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 26061 class InferenceRecommendation < Struct.new( :recommendation_id, :metrics, :endpoint_configuration, :model_configuration, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end  | 
  
#recommendation_id ⇒ String
The recommendation ID which uniquely identifies each recommendation.
      26061 26062 26063 26064 26065 26066 26067 26068 26069 26070  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 26061 class InferenceRecommendation < Struct.new( :recommendation_id, :metrics, :endpoint_configuration, :model_configuration, :invocation_end_time, :invocation_start_time) SENSITIVE = [] include Aws::Structure end  |