Class: Aws::SageMaker::Types::EndpointConfigSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::EndpointConfigSummary
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Provides summary information for an endpoint configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp that shows when the endpoint configuration was created.
 - 
  
    
      #endpoint_config_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the endpoint configuration.
 - 
  
    
      #endpoint_config_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the endpoint configuration.
 
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that shows when the endpoint configuration was created.
      20825 20826 20827 20828 20829 20830 20831  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20825 class EndpointConfigSummary < Struct.new( :endpoint_config_name, :endpoint_config_arn, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#endpoint_config_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint configuration.
      20825 20826 20827 20828 20829 20830 20831  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20825 class EndpointConfigSummary < Struct.new( :endpoint_config_name, :endpoint_config_arn, :creation_time) SENSITIVE = [] include Aws::Structure end  | 
  
#endpoint_config_name ⇒ String
The name of the endpoint configuration.
      20825 20826 20827 20828 20829 20830 20831  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20825 class EndpointConfigSummary < Struct.new( :endpoint_config_name, :endpoint_config_arn, :creation_time) SENSITIVE = [] include Aws::Structure end  |