Class ImportFeatureValuesResponse (1.29.0)

  ImportFeatureValuesResponse 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Response message for FeaturestoreService.ImportFeatureValues .

Attributes

Name
Description
imported_entity_count
int
Number of entities that have been imported by the operation.
imported_feature_value_count
int
Number of Feature values that have been imported by the operation.
invalid_row_count
int
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).
timestamp_outside_retention_rows_count
int
The number rows that weren't ingested due to having feature timestamps outside the retention boundary.