featurebyte.UseCase.default_preview_table¶ default_preview_table: Union[ObservationTable, NoneType] Description¶ Returns the preview table object of the use case. Returns¶ Union[ObservationTable, NoneType] The ObservationTable object of the use case. Examples¶ >>> use_case = catalog.get_use_case("use_case") >>> use_case.default_preview_table