ImportFeatureValuesResponse

Response message for FeaturestoreService.ImportFeatureValues.

Fields
importedEntityCount string (int64 format)

Number of entities that have been imported by the operation.

importedFeatureValueCount string (int64 format)

Number of feature values that have been imported by the operation.

invalidRowCount string (int64 format)

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).

timestampOutsideRetentionRowsCount string (int64 format)

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
}