http://featurestore-runtime.sagemaker.{region}.amazonaws.com/FeatureGroup/{FeatureGroupName}#RecordIdentifierValueAsStringUse for <code>OnlineStore</code> serving from a <code>FeatureStore</code>. Only the latest records stored in the <code>OnlineStore</code> can be retrieved. If no Record with <code>RecordIdentifierValue</code> is found, then an empty result is returned.
The name of the feature group from which you want to retrieve a record.
The value that corresponds to <code>RecordIdentifier</code> type and uniquely identifies the record in the <code>FeatureGroup</code>.
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://featurestore-runtime.sagemaker.{region}.amazonaws.com/FeatureGroup/{FeatureGroupName}#RecordIdentifierValueAsString' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://featurestore-runtime.sagemaker.{region}.amazonaws.com/FeatureGroup/{FeatureGroupName}#RecordIdentifierValueAsStringUse for <code>OnlineStore</code> serving from a <code>FeatureStore</code>. Only the latest records stored in the <code>OnlineStore</code> can be retrieved. If no Record with <code>RecordIdentifierValue</code> is found, then an empty result is returned.
The name of the feature group from which you want to retrieve a record.
The value that corresponds to <code>RecordIdentifier</code> type and uniquely identifies the record in the <code>FeatureGroup</code>.
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'http://featurestore-runtime.sagemaker.{region}.amazonaws.com/FeatureGroup/{FeatureGroupName}#RecordIdentifierValueAsString' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}