Skip to content

featurebyte.Feature.name

name: Union[StrictStr, NoneType]

Description

The 'name' property of a Feature object serves to identify the feature namespace and can be used to retrieve or set its name. To save a Feature object derived from other Feature objects to a catalog, a unique name must be assigned to it using the property before saving it. The namespace of Lookup Features or Aggregate Features are defined during their declaration. The property can be used to modify it before saving it. Once the feature is saved, its name cannot be changed. Therefore, it is essential to give the Feature object a descriptive and meaningful name before saving it.

Returns

  • Union[StrictStr, NoneType]