Response message for FeaturestoreService.ImportFeatureValues.
Number of entities that have been imported by the operation.
Number of feature values that have been imported by the operation.
The number of rows in input source that weren't imported due to either * Not having any featureValues. * Having a null entityId. * Having a null timestamp. * Not being parsable (applicable for CSV sources).
The number rows that weren't ingested due to having feature timestamps outside the retention boundary.
| JSON representation |
|---|
{ "importedEntityCount": string, "importedFeatureValueCount": string, "invalidRowCount": string, "timestampOutsideRetentionRowsCount": string } |