Class: Aws::SageMaker::Types::EndpointPerformance
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::EndpointPerformance
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The performance results from running an Inference Recommender job on an existing endpoint.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #endpoint_info  ⇒ Types::EndpointInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about a customer endpoint that was compared in an Inference Recommender job.
 - 
  
    
      #metrics  ⇒ Types::InferenceMetrics 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The metrics for an existing endpoint.
 
Instance Attribute Details
#endpoint_info ⇒ Types::EndpointInfo
Details about a customer endpoint that was compared in an Inference Recommender job.
      21049 21050 21051 21052 21053 21054  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21049 class EndpointPerformance < Struct.new( :metrics, :endpoint_info) SENSITIVE = [] include Aws::Structure end  | 
  
#metrics ⇒ Types::InferenceMetrics
The metrics for an existing endpoint.
      21049 21050 21051 21052 21053 21054  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21049 class EndpointPerformance < Struct.new( :metrics, :endpoint_info) SENSITIVE = [] include Aws::Structure end  |