public interface ImportFeatureValuesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getImportedEntityCount()
Number of entities that have been imported by the operation.
|
long |
getImportedFeatureValueCount()
Number of Feature values that have been imported by the operation.
|
long |
getInvalidRowCount()
The number of rows in input source that weren't imported due to either
* Not having any featureValues.
|
long |
getTimestampOutsideRetentionRowsCount()
The number rows that weren't ingested due to having feature timestamps
outside the retention boundary.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getImportedEntityCount()
Number of entities that have been imported by the operation.
int64 imported_entity_count = 1;long getImportedFeatureValueCount()
Number of Feature values that have been imported by the operation.
int64 imported_feature_value_count = 2;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;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;Copyright © 2023 Google LLC. All rights reserved.