Interface ImportFeatureValuesResponseOrBuilder (3.42.0)

public interface ImportFeatureValuesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getImportedEntityCount()

public abstract long getImportedEntityCount()

Number of entities that have been imported by the operation.

int64 imported_entity_count = 1;

Returns
TypeDescription
long

The importedEntityCount.

getImportedFeatureValueCount()

public abstract long getImportedFeatureValueCount()

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

int64 imported_feature_value_count = 2;

Returns
TypeDescription
long

The importedFeatureValueCount.

getInvalidRowCount()

public abstract long getInvalidRowCount()

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

int64 invalid_row_count = 6;

Returns
TypeDescription
long

The invalidRowCount.

getTimestampOutsideRetentionRowsCount()

public abstract long getTimestampOutsideRetentionRowsCount()

The number rows that weren't ingested due to having feature timestamps outside the retention boundary.

int64 timestamp_outside_retention_rows_count = 4;

Returns
TypeDescription
long

The timestampOutsideRetentionRowsCount.