String featureGroupName
The name of the feature group to delete the record from.
String recordIdentifierValueAsString
The value for the RecordIdentifier that uniquely identifies the record, in string format.
String eventTime
Timestamp indicating when the deletion event occurred. EventTime can be used to query data at a
certain point in time.
String featureGroupName
The name of the feature group in which you want to put the records.
String recordIdentifierValueAsString
The value that corresponds to RecordIdentifier type and uniquely identifies the record in the
FeatureGroup.
List<E> featureNames
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
String featureGroupName
The name of the feature group that you want to insert the record into.
List<E> record
List of FeatureValues to be inserted. This will be a full over-write. If you only want to update few of the feature values, do the following:
Use GetRecord to retrieve the latest record.
Update the record returned from GetRecord.
Use PutRecord to update feature values.
Copyright © 2021. All rights reserved.