Class: Aws::SageMaker::Types::OnlineStoreConfigUpdate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Updates the feature group online store configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ttl_durationTypes::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 API in the Amazon SageMaker API Reference guide.

Returns:



33574
33575
33576
33577
33578
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33574

class OnlineStoreConfigUpdate < Struct.new(
  :ttl_duration)
  SENSITIVE = []
  include Aws::Structure
end