featurebyte.Entity.info¶
Description¶
Returns a dictionary that summarizes the essential information of an Entity object. The dictionary contains the following keys:
name
: The name of the Entity object.created_at
: The timestamp indicating when the Entity object was created.updated_at
: The timestamp indicating when the Entity object was last updated.serving_names
: The list of approved labels used to identify the unique identifier for the Entity during preview or serving requests.catalog_name
: The name of the catalog that the Entity belongs to.
Parameters¶
- verbose: bool
default: False
Control verbose level of the summary.
Returns¶
- Dict[str, Any]
Key-value mapping of properties of the object.