Class: Aws::SageMaker::Types::EndpointInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::EndpointInfo
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Details about a customer endpoint that was compared in an Inference Recommender job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #endpoint_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of a customer’s endpoint.
 
Instance Attribute Details
#endpoint_name ⇒ String
The name of a customer’s endpoint.
      20842 20843 20844 20845 20846  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20842 class EndpointInfo < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end  |