Class ImportFeatureValuesOperationMetadata (1.3.0)

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

Details of operations that perform import feature values. .. attribute:: generic_metadata

Operation metadata for Featurestore import feature values.

:type: google.cloud.aiplatform_v1beta1.types.GenericOperationMetadata

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 > ImportFeatureValuesOperationMetadata