| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model |
| Modifier and Type | Method and Description |
|---|---|
TtlDuration |
PutRecordRequest.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 |
|---|---|
PutRecordRequest.Builder |
PutRecordRequest.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.