You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Time to live duration, where the record is hard deleted after the expiration time is
1170
+
* reached; <code>ExpiresAt</code> = <code>EventTime</code> + <code>TtlDuration</code>. For
1171
+
* information on HardDelete, see the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html">DeleteRecord</a> API in the Amazon SageMaker API Reference guide.</p>
1172
+
*/
1173
+
exportinterfaceTtlDuration{
1174
+
/**
1175
+
* <p>
1176
+
* <code>TtlDuration</code> time unit.</p>
1177
+
*/
1178
+
Unit?: TtlDurationUnit|string;
1179
+
1180
+
/**
1181
+
* <p>
1182
+
* <code>TtlDuration</code> time value.</p>
1183
+
*/
1184
+
Value?: number;
1185
+
}
1186
+
1150
1187
/**
1151
1188
* @public
1152
1189
* <p>Use this to specify the Amazon Web Services Key Management Service (KMS) Key ID, or
* <p>Time to live duration, where the record is hard deleted after the expiration time is
1213
+
* reached; <code>ExpiresAt</code> = <code>EventTime</code> + <code>TtlDuration</code>. For
1214
+
* information on HardDelete, see the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html">DeleteRecord</a> API in the Amazon SageMaker API Reference guide.</p>
0 commit comments