Class FeatureSpec (0.8.0)

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

Defines the Feature value(s) to import. .. attribute:: id

Required. ID of the Feature to import values of. This Feature must exist in the target EntityType, or the request will fail.

:type: str

Attribute

NameDescription
source_field str
Source column to get the Feature values from. If not set, uses the column with the same name as the Feature ID.

Inheritance

builtins.object > proto.message.Message > FeatureSpec