Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-kb-refresh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
class FeedbackQuery
서버에서 피드백을 가져오는 lazy 로딩 객체입니다.
방법 __init__
__init__(
entity: 'str',
project: 'str',
query: 'Query',
offset: 'int | None' = None,
limit: 'int | None' = None,
show_refs: 'bool' = False
)
방법 execute
방법 refresh
방법 refs
class Feedbacks
유틸리티를 제공하는 Feedback 객체 컬렉션입니다.
방법 __init__
__init__(
show_refs: 'bool',
feedbacks: 'Iterable[Feedback] | None' = None
) → None
방법 refs
이 피드백들에 연결된 고유한 ref를 반환합니다.
class RefFeedbackQuery
특정 ref에 연결된 피드백과 상호작용하는 객체입니다.
방법 __init__
__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
ref에 피드백을 추가합니다.
feedback_type: 피드백의 유형을 나타내는 문자열입니다. “wandb.” 접두사는 예약되어 있습니다. creator: 피드백 작성자로 표시할 이름입니다.
방법 add_note
add_note(note: 'str', creator: 'str | None' = None) → str
방법 add_reaction
add_reaction(emoji: 'str', creator: 'str | None' = None) → str
방법 execute
방법 purge
purge(feedback_id: 'str') → None
방법 refresh
방법 refs