Class: Aws::SageMaker::Types::EdgeModel
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::EdgeModel
 
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The model on the edge device.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #latest_inference  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp of the last inference that was made. 
- 
  
    
      #latest_sample_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The timestamp of the last data sample taken. 
- 
  
    
      #model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the model. 
- 
  
    
      #model_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The model version. 
Instance Attribute Details
#latest_inference ⇒ Time
The timestamp of the last inference that was made.
| 22294 22295 22296 22297 22298 22299 22300 22301 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22294 class EdgeModel < Struct.new( :model_name, :model_version, :latest_sample_time, :latest_inference) SENSITIVE = [] include Aws::Structure end | 
#latest_sample_time ⇒ Time
The timestamp of the last data sample taken.
| 22294 22295 22296 22297 22298 22299 22300 22301 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22294 class EdgeModel < Struct.new( :model_name, :model_version, :latest_sample_time, :latest_inference) SENSITIVE = [] include Aws::Structure end | 
#model_name ⇒ String
The name of the model.
| 22294 22295 22296 22297 22298 22299 22300 22301 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22294 class EdgeModel < Struct.new( :model_name, :model_version, :latest_sample_time, :latest_inference) SENSITIVE = [] include Aws::Structure end | 
#model_version ⇒ String
The model version.
| 22294 22295 22296 22297 22298 22299 22300 22301 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22294 class EdgeModel < Struct.new( :model_name, :model_version, :latest_sample_time, :latest_inference) SENSITIVE = [] include Aws::Structure end |