BetaReport
less than a minute
Training and fine-tuning models is done elsewhere in the W&B Python SDK. Use the Public API for querying and managing data after it has been logged to W&B.
class BetaReport
BetaReport is a class associated with reports created in W&B.
Provides access to report attributes (name, description, user, spec, timestamps) and methods for retrieving associated runs, sections, and for rendering the report as HTML.
Attributes:
id
(string): Unique identifier of the report.display_name
(string): Human-readable display name of the report.name
(string): The name of the report. Usedisplay_name
for a more user-friendly name.description
(string): Description of the report.user
(User): Dictionary containing user info (username, email) who created the report.spec
(dict): The spec of the report.url
(string): The URL of the report.updated_at
(string): Timestamp of last update.created_at
(string): Timestamp when the report was created.
method BetaReport.__init__
__init__(client, attrs, entity=None, project=None)
property BetaReport.created_at
property BetaReport.description
property BetaReport.display_name
property BetaReport.id
property BetaReport.name
property BetaReport.sections
Get the panel sections (groups) from the report.
property BetaReport.spec
property BetaReport.updated_at
property BetaReport.url
property BetaReport.user
method BetaReport.runs
runs(section, per_page=50, only_selected=True)
Get runs associated with a section of the report.
method BetaReport.to_html
to_html(height=1024, hidden=False)
Generate HTML containing an iframe displaying this report.
Feedback
Was this page helpful?
Glad to hear it! If you have more to say, please let us know.
Sorry to hear that. Please tell us how we can improve.