Class ImportFeatureValuesResponse (1.13.1)

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

Response message for FeaturestoreService.ImportFeatureValues.

Attributes

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

Inheritance

builtins.object > proto.message.Message > ImportFeatureValuesResponse