Class: Aws::SageMaker::Types::DescribeEndpointInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DescribeEndpointInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #endpoint_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the endpoint.
 
Instance Attribute Details
#endpoint_name ⇒ String
The name of the endpoint.
      14846 14847 14848 14849 14850  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 14846 class DescribeEndpointInput < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end  |