Class ImportFeatureValuesOperationMetadata (1.15.0)

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

Details of operations that perform import Feature values.

Attributes

NameDescription
generic_metadata google.cloud.aiplatform_v1.types.GenericOperationMetadata
Operation metadata for Featurestore import Feature values.
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 > ImportFeatureValuesOperationMetadata