Class: Aws::SageMaker::Types::ModelDashboardEndpoint
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelDashboardEndpoint
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
An endpoint that hosts a model displayed in the Amazon SageMaker Model Dashboard.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp that indicates when the endpoint was created.
 - 
  
    
      #endpoint_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the endpoint.
 - 
  
    
      #endpoint_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The endpoint name.
 - 
  
    
      #endpoint_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The endpoint status.
 - 
  
    
      #last_modified_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last time the endpoint was modified.
 
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that indicates when the endpoint was created.
      33958 33959 33960 33961 33962 33963 33964 33965 33966  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33958 class ModelDashboardEndpoint < Struct.new( :endpoint_name, :endpoint_arn, :creation_time, :last_modified_time, :endpoint_status) SENSITIVE = [] include Aws::Structure end  | 
  
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint.
      33958 33959 33960 33961 33962 33963 33964 33965 33966  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33958 class ModelDashboardEndpoint < Struct.new( :endpoint_name, :endpoint_arn, :creation_time, :last_modified_time, :endpoint_status) SENSITIVE = [] include Aws::Structure end  | 
  
#endpoint_name ⇒ String
The endpoint name.
      33958 33959 33960 33961 33962 33963 33964 33965 33966  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33958 class ModelDashboardEndpoint < Struct.new( :endpoint_name, :endpoint_arn, :creation_time, :last_modified_time, :endpoint_status) SENSITIVE = [] include Aws::Structure end  | 
  
#endpoint_status ⇒ String
The endpoint status.
      33958 33959 33960 33961 33962 33963 33964 33965 33966  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33958 class ModelDashboardEndpoint < Struct.new( :endpoint_name, :endpoint_arn, :creation_time, :last_modified_time, :endpoint_status) SENSITIVE = [] include Aws::Structure end  | 
  
#last_modified_time ⇒ Time
The last time the endpoint was modified.
      33958 33959 33960 33961 33962 33963 33964 33965 33966  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 33958 class ModelDashboardEndpoint < Struct.new( :endpoint_name, :endpoint_arn, :creation_time, :last_modified_time, :endpoint_status) SENSITIVE = [] include Aws::Structure end  |