2.5.19

ReportTimeline

Package: flyteplugins.agents.core

A flyte.report.Timeline that defaults to the Agent report tab.

Parameters

class ReportTimeline(
    tab_name: str = 'Agent',
)
Parameter Type Description
tab_name str

Methods

Method Description
heading()
row()

heading()

def heading(
    text: typing.Any,
)
Parameter Type Description
text typing.Any

row()

def row(
    icon: str = '•',
    label: typing.Any = '',
    meta: str = '',
    detail: str = '',
    error: typing.Any = None,
)
Parameter Type Description
icon str
label typing.Any
meta str
detail str
error typing.Any