Skip to main content

API Overview


class FeedbackQuery

Lazy-loading object for fetching feedback from the server.

method __init__


method execute


method refresh


method refs


class Feedbacks

A collection of Feedback objects with utilities.

method __init__


method refs

Return the unique refs associated with these feedbacks.

class RefFeedbackQuery

Object for interacting with feedback associated with a particular ref.

method __init__


method add

Add feedback to the ref. feedback_type: A string identifying the type of feedback. The “wandb.” prefix is reserved. creator: The name to display for the originator of the feedback.

method add_note


method add_reaction


method execute


method purge


method refresh


method refs