featurebyte.Treatment.list¶ list( include_id: Optional[bool]=True ) -> DataFrame Description¶ Returns a DataFrame that lists the treatments by their names, types and creation dates. Parameters¶ include_id: Optional[bool] default: True Whether to include id in the list. Returns¶ DataFrame Table of objects. Examples¶ List all treatments. >>> treatments = fb.Treatment.list()