v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1442921.9 KB

Used for data ingestion into the <code>FeatureStore</code>. The <code>PutRecord</code> API writes to both the <code>OnlineStore</code> and <code>OfflineStore</code>. If the record is the latest record for the <code>recordIdentifier</code>, the record is written to both the <code>OnlineStore</code> and <code>OfflineStore</code>. If the record is a historic record, it is written only to the <code>OfflineStore</code>.

put/FeatureGroup/{FeatureGroupName}

Path parameters

FeatureGroupNamestring required

The name of the feature group that you want to insert the record into.

Request body

TargetStoresTargetStore[]

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 <code>FeatureGroup</code>.

Response

Success