Class: Aws::SageMaker::Types::OnlineStoreConfigUpdate
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::OnlineStoreConfigUpdate
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Updates the feature group online store configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ttl_duration  ⇒ Types::TtlDuration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time to live duration, where the record is hard deleted after the expiration time is reached; ‘ExpiresAt` = `EventTime` + `TtlDuration`.
 
Instance Attribute Details
#ttl_duration ⇒ Types::TtlDuration
Time to live duration, where the record is hard deleted after the expiration time is reached; ‘ExpiresAt` = `EventTime` + `TtlDuration`. For information on HardDelete, see the
- DeleteRecord][1
 - 
API in the Amazon SageMaker API Reference guide.
 
[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html
      37078 37079 37080 37081 37082  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 37078 class OnlineStoreConfigUpdate < Struct.new( :ttl_duration) SENSITIVE = [] include Aws::Structure end  |