Builder
class Builder
Properties
Link copied to clipboard
The name or Amazon Resource Name (ARN) of the FeatureGroup to write the record to.
Link copied to clipboard
List of FeatureValues to be inserted. This will be a full over-write.
Link copied to clipboard
A list of stores to which you're adding the record. By default, Feature Store adds the record to all of the stores that you're using for the FeatureGroup.
Link copied to clipboard
Time to live duration for this entry, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. This overrides the request level TtlDuration.
Functions
Link copied to clipboard
construct an aws.sdk.kotlin.services.sagemakerfeaturestoreruntime.model.TtlDuration inside the given block