English
Python SDK reference for weave.trace.feedback
Feedbacks
__init__
__init__( show_refs: 'bool', feedbacks: 'Iterable[Feedback] | None' = None ) → None
refs
refs() → Refs
FeedbackQuery
__init__( entity: 'str', project: 'str', query: 'Query', offset: 'int | None' = None, limit: 'int | None' = None, show_refs: 'bool' = False )
execute
execute() → Feedbacks
refresh
refresh() → Feedbacks
RefFeedbackQuery
__init__(ref: 'str') → None
add
add( feedback_type: 'str', payload: 'dict[str, Any] | None' = None, creator: 'str | None' = None, annotation_ref: 'str | None' = None, **kwargs: 'dict[str, Any]' ) → str
add_note
add_note(note: 'str', creator: 'str | None' = None) → str
add_reaction
add_reaction(emoji: 'str', creator: 'str | None' = None) → str
purge
purge(feedback_id: 'str') → None
Was this page helpful?