Class: Aws::SageMaker::Types::InferenceMetrics
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::InferenceMetrics
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The metrics for an existing endpoint compared in an Inference Recommender job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #max_invocations  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The expected maximum number of requests per minute for the instance.
 - 
  
    
      #model_latency  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The expected model latency at maximum invocations per minute for the instance.
 
Instance Attribute Details
#max_invocations ⇒ Integer
The expected maximum number of requests per minute for the instance.
      26025 26026 26027 26028 26029 26030  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 26025 class InferenceMetrics < Struct.new( :max_invocations, :model_latency) SENSITIVE = [] include Aws::Structure end  | 
  
#model_latency ⇒ Integer
The expected model latency at maximum invocations per minute for the instance.
      26025 26026 26027 26028 26029 26030  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 26025 class InferenceMetrics < Struct.new( :max_invocations, :model_latency) SENSITIVE = [] include Aws::Structure end  |