| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TtlDuration |
OnlineStoreConfig.ttlDuration()
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
TtlDuration |
OnlineStoreConfigUpdate.ttlDuration()
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
| Modifier and Type | Method and Description |
|---|---|
OnlineStoreConfig.Builder |
OnlineStoreConfig.Builder.ttlDuration(TtlDuration ttlDuration)
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
OnlineStoreConfigUpdate.Builder |
OnlineStoreConfigUpdate.Builder.ttlDuration(TtlDuration ttlDuration)
Time to live duration, where the record is hard deleted after the expiration time is reached;
ExpiresAt = EventTime + TtlDuration. |
Copyright © 2023. All rights reserved.