featurebyte.ForecastTable.get_by_id¶ get_by_id( id: ObjectId ) -> ForecastTable Description¶ Returns a ForecastTable object by its unique identifier (ID). Parameters¶ id: ObjectId ForecastTable unique identifier ID. Returns¶ ForecastTable ForecastTable object. Examples¶ Get a ForecastTable object that is already saved. >>> fb.ForecastTable.get_by_id(<forecast_table_id>)