ImportFeatureValuesOperationMetadata

Details of operations that perform import feature values.

Fields
genericMetadata object (GenericOperationMetadata)

Operation metadata for Featurestore import feature values.

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.

sourceUris[] string

The source URI from where feature values are imported.

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 timestamps outside the retention boundary.

blockingOperationIds[] string (int64 format)

List of ImportFeatureValues operations running under a single EntityType that are blocking this operation.

JSON representation
{
  "genericMetadata": {
    object (GenericOperationMetadata)
  },
  "importedEntityCount": string,
  "importedFeatureValueCount": string,
  "sourceUris": [
    string
  ],
  "invalidRowCount": string,
  "timestampOutsideRetentionRowsCount": string,
  "blockingOperationIds": [
    string
  ]
}