/AWS1/CL_SGFTTLDURATION¶
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.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_unit
TYPE /AWS1/SGFTTLDURATIONUNIT
/AWS1/SGFTTLDURATIONUNIT
¶
TtlDuration
time unit.
iv_value
TYPE /AWS1/SGFTTLDURATIONVALUE
/AWS1/SGFTTLDURATIONVALUE
¶
TtlDuration
time value.
Queryable Attributes¶
Unit¶
TtlDuration
time unit.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UNIT() |
Getter for UNIT, with configurable default |
ASK_UNIT() |
Getter for UNIT w/ exceptions if field has no value |
HAS_UNIT() |
Determine if UNIT has a value |
Value¶
TtlDuration
time value.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |