메인 콘텐츠로 건너뛰기

API 개요


출처

class FeedbackQuery

서버에서 피드백을 가져오는 데 사용되는 지연 로딩 객체입니다. 출처

method __init__

__init__(
    entity: 'str',
    project: 'str',
    query: 'Query',
    offset: 'int | None' = None,
    limit: 'int | None' = None,
    show_refs: 'bool' = False
)

출처

method execute

execute() → Feedbacks

출처

method refresh

refresh() → Feedbacks

출처

method refs

refs() → Refs

출처

class Feedbacks

다양한 유틸리티를 제공하는 Feedback 객체 컬렉션입니다. 출처

메서드 __init__

__init__(
    show_refs: 'bool',
    feedbacks: 'Iterable[Feedback] | None' = None
) → None

출처

method refs

refs() → Refs
이 피드백과 연관된 고유 ref를 반환합니다.
출처

class RefFeedbackQuery

특정 ref에 연관된 피드백과 상호작용하기 위한 객체입니다. 출처

method __init__

__init__(ref: 'str') → None

출처

method 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

출처

method execute

execute() → Feedbacks

출처

method purge

purge(feedback_id: 'str') → None

출처

method refresh

refresh() → Feedbacks

출처

메서드 refs

refs() → Refs