relevanceai.apps.report_app.marks
#
Module Contents#
- class relevanceai.apps.report_app.marks.ReportMarks(name: str, dataset, deployable_id: str = None)#
- bold(self, content)#
- italic(self, content)#
- strike(self, content)#
- underline(self, content)#
- inline_code(self, content)#
- highlight(self, content, start, end, color)#
- color(self, content, color, background_color)#
- link(self, content, href)#