Uses of Class
software.amazon.awssdk.services.sagemaker.model.TtlDuration
-
Packages that use TtlDuration Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TtlDuration in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TtlDuration Modifier and Type Method Description TtlDurationOnlineStoreConfig. ttlDuration()Time to live duration, where the record is hard deleted after the expiration time is reached;ExpiresAt=EventTime+TtlDuration.TtlDurationOnlineStoreConfigUpdate. ttlDuration()Time to live duration, where the record is hard deleted after the expiration time is reached;ExpiresAt=EventTime+TtlDuration.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TtlDuration Modifier and Type Method Description OnlineStoreConfig.BuilderOnlineStoreConfig.Builder. ttlDuration(TtlDuration ttlDuration)Time to live duration, where the record is hard deleted after the expiration time is reached;ExpiresAt=EventTime+TtlDuration.OnlineStoreConfigUpdate.BuilderOnlineStoreConfigUpdate.Builder. ttlDuration(TtlDuration ttlDuration)Time to live duration, where the record is hard deleted after the expiration time is reached;ExpiresAt=EventTime+TtlDuration.
-