> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-workspaces-notebooks.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# remote_http_trace_server

> weave.trace_server_bindings.remote_http_trace_server에 대한 Python SDK 레퍼런스

export const SourceLink = ({url}) => <a href={url} target="_blank" rel="noopener noreferrer" className="source-link">
    출처
  </a>;

<div id="api-overview">
  # API Overview
</div>

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L58" />

<div id="class-remotehttptraceserver">
  ## <kbd>class</kbd> `RemoteHTTPTraceServer`
</div>

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L62" />

<div id="method-__init__">
  ### <kbd>방법</kbd> `__init__`
</div>

```python theme={null}
__init__(
    trace_server_url: str,
    should_batch: bool = False,
    remote_request_bytes_limit: int = 32505856,
    auth: tuple[str, str] | None = None,
    extra_headers: dict[str, str] | None = None
)
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L665" />

<div id="method-agent_agents_query">
  ### <kbd>방법</kbd> `agent_agents_query`
</div>

```python theme={null}
agent_agents_query(req: AgentsQueryReq) → AgentsQueryRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L654" />

<div id="method-agent_conversation_chat">
  ### <kbd>방법</kbd> `agent_conversation_chat`
</div>

```python theme={null}
agent_conversation_chat(
    req: AgentConversationChatReq
) → AgentConversationChatRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L698" />

<div id="method-agent_custom_attrs_schema">
  ### <kbd>방법</kbd> `agent_custom_attrs_schema`
</div>

```python theme={null}
agent_custom_attrs_schema(
    req: AgentCustomAttrsSchemaReq
) → AgentCustomAttrsSchemaRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L709" />

<div id="method-agent_search">
  ### <kbd>방법</kbd> `agent_search`
</div>

```python theme={null}
agent_search(req: AgentSearchReq) → AgentSearchRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L632" />

<div id="method-agent_spans_query">
  ### <kbd>방법</kbd> `agent_spans_query`
</div>

```python theme={null}
agent_spans_query(req: AgentSpansQueryReq) → AgentSpansQueryRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L687" />

<div id="method-agent_spans_stats">
  ### <kbd>방법</kbd> `agent_spans_stats`
</div>

```python theme={null}
agent_spans_stats(req: AgentSpanStatsReq) → AgentSpanStatsRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L643" />

<div id="method-agent_traces_chat">
  ### <kbd>방법</kbd> `agent_traces_chat`
</div>

```python theme={null}
agent_traces_chat(req: AgentTraceChatReq) → AgentTraceChatRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L676" />

<div id="method-agent_versions_query">
  ### <kbd>방법</kbd> `agent_versions_query`
</div>

```python theme={null}
agent_versions_query(req: AgentVersionsQueryReq) → AgentVersionsQueryRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L882" />

<div id="method-aliases_list">
  ### <kbd>방법</kbd> `aliases_list`
</div>

```python theme={null}
aliases_list(req: AliasesListReq) → AliasesListRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1230" />

<div id="method-annotation_queue_add_calls">
  ### <kbd>방법</kbd> `annotation_queue_add_calls`
</div>

```python theme={null}
annotation_queue_add_calls(
    req: AnnotationQueueAddCallsReq
) → AnnotationQueueAddCallsRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1168" />

<div id="method-annotation_queue_create">
  ### <kbd>방법</kbd> `annotation_queue_create`
</div>

```python theme={null}
annotation_queue_create(
    req: AnnotationQueueCreateReq
) → AnnotationQueueCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1200" />

<div id="method-annotation_queue_delete">
  ### <kbd>방법</kbd> `annotation_queue_delete`
</div>

```python theme={null}
annotation_queue_delete(
    req: AnnotationQueueDeleteReq
) → AnnotationQueueDeleteRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1246" />

<div id="method-annotation_queue_items_query">
  ### <kbd>방법</kbd> `annotation_queue_items_query`
</div>

```python theme={null}
annotation_queue_items_query(
    req: AnnotationQueueItemsQueryReq
) → AnnotationQueueItemsQueryRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1188" />

<div id="method-annotation_queue_read">
  ### <kbd>방법</kbd> `annotation_queue_read`
</div>

```python theme={null}
annotation_queue_read(req: AnnotationQueueReadReq) → AnnotationQueueReadRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1212" />

<div id="method-annotation_queue_update">
  ### <kbd>방법</kbd> `annotation_queue_update`
</div>

```python theme={null}
annotation_queue_update(
    req: AnnotationQueueUpdateReq
) → AnnotationQueueUpdateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1178" />

<div id="method-annotation_queues_query_stream">
  ### <kbd>방법</kbd> `annotation_queues_query_stream`
</div>

```python theme={null}
annotation_queues_query_stream(
    req: AnnotationQueuesQueryReq
) → Iterator[AnnotationQueueSchema]
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1265" />

<div id="method-annotation_queues_stats">
  ### <kbd>방법</kbd> `annotation_queues_stats`
</div>

```python theme={null}
annotation_queues_stats(
    req: AnnotationQueuesStatsReq
) → AnnotationQueuesStatsRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1275" />

<div id="method-annotator_queue_items_progress_update">
  ### <kbd>방법</kbd> `annotator_queue_items_progress_update`
</div>

```python theme={null}
annotator_queue_items_progress_update(
    req: AnnotatorQueueItemsProgressUpdateReq
) → AnnotatorQueueItemsProgressUpdateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L745" />

<div id="method-call_end">
  ### <kbd>방법</kbd> `call_end`
</div>

```python theme={null}
call_end(req: CallEndReq) → CallEndRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1956" />

<div id="method-call_end_v2">
  ### <kbd>방법</kbd> `call_end_v2`
</div>

```python theme={null}
call_end_v2(req: CallEndV2Req) → CallEndV2Res
```

단일 Call 종료 Endpoint(v2).

이 Endpoint는 `end`를 별도로 전송해야 하는 eager ops에 사용합니다.

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L760" />

<div id="method-call_read">
  ### <kbd>방법</kbd> `call_read`
</div>

```python theme={null}
call_read(req: CallReadReq) → CallReadRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L721" />

<div id="method-call_start">
  ### <kbd>방법</kbd> `call_start`
</div>

```python theme={null}
call_start(req: CallStartReq) → CallStartRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L740" />

<div id="method-call_start_batch">
  ### <kbd>방법</kbd> `call_start_batch`
</div>

```python theme={null}
call_start_batch(req: CallCreateBatchReq) → CallCreateBatchRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1939" />

<div id="method-call_start_v2">
  ### <kbd>방법</kbd> `call_start_v2`
</div>

```python theme={null}
call_start_v2(req: CallStartV2Req) → CallStartV2Res
```

단일 Call 시작 Endpoint(v2).

이 Endpoint는 시작 시점이 즉시 표시되어야 하는 eager op에 사용됩니다.

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L801" />

<div id="method-call_update">
  ### <kbd>방법</kbd> `call_update`
</div>

```python theme={null}
call_update(req: CallUpdateReq) → CallUpdateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1916" />

<div id="method-calls_complete">
  ### <kbd>방법</kbd> `calls_complete`
</div>

```python theme={null}
calls_complete(req: CallsUpsertCompleteReq) → CallsUpsertCompleteRes
```

완료된 calls를 배치로 전송하는 endpoint(v2)입니다.

이 endpoint는 use\_calls\_complete가 활성화된 경우, 시작 정보와 종료 정보가 모두 포함된 완료된 calls를 배치로 전송하는 데 사용됩니다.

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L795" />

<div id="method-calls_delete">
  ### <kbd>방법</kbd> `calls_delete`
</div>

```python theme={null}
calls_delete(req: CallsDeleteReq) → CallsDeleteRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L766" />

<div id="method-calls_query">
  ### <kbd>방법</kbd> `calls_query`
</div>

```python theme={null}
calls_query(req: CallsQueryReq) → CallsQueryRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L777" />

<div id="method-calls_query_stats">
  ### <kbd>방법</kbd> `calls_query_stats`
</div>

```python theme={null}
calls_query_stats(req: CallsQueryStatsReq) → CallsQueryStatsRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L771" />

<div id="method-calls_query_stream">
  ### <kbd>방법</kbd> `calls_query_stream`
</div>

```python theme={null}
calls_query_stream(req: CallsQueryReq) → Iterator[CallSchema]
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1343" />

<div id="method-calls_score">
  ### <kbd>방법</kbd> `calls_score`
</div>

```python theme={null}
calls_score(req: CallsScoreReq) → CallsScoreRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L789" />

<div id="method-calls_usage">
  ### <kbd>방법</kbd> `calls_usage`
</div>

```python theme={null}
calls_usage(req: CallsUsageReq) → CallsUsageRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1107" />

<div id="method-completions_create">
  ### <kbd>방법</kbd> `completions_create`
</div>

```python theme={null}
completions_create(req: CompletionsCreateReq) → CompletionsCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1117" />

<div id="method-completions_create_stream">
  ### <kbd>방법</kbd> `completions_create_stream`
</div>

```python theme={null}
completions_create_stream(req: CompletionsCreateReq) → Iterator[dict[str, Any]]
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1095" />

<div id="method-cost_create">
  ### <kbd>방법</kbd> `cost_create`
</div>

```python theme={null}
cost_create(req: CostCreateReq) → CostCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1101" />

<div id="method-cost_purge">
  ### <kbd>방법</kbd> `cost_purge`
</div>

```python theme={null}
cost_purge(req: CostPurgeReq) → CostPurgeRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1089" />

<div id="method-cost_query">
  ### <kbd>방법</kbd> `cost_query`
</div>

```python theme={null}
cost_query(req: CostQueryReq) → CostQueryRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1413" />

<div id="method-dataset_create">
  ### <kbd>방법</kbd> `dataset_create`
</div>

```python theme={null}
dataset_create(req: DatasetCreateReq) → DatasetCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1459" />

<div id="method-dataset_delete">
  ### <kbd>방법</kbd> `dataset_delete`
</div>

```python theme={null}
dataset_delete(req: DatasetDeleteReq) → DatasetDeleteRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1440" />

<div id="method-dataset_list">
  ### <kbd>방법</kbd> `dataset_list`
</div>

```python theme={null}
dataset_list(req: DatasetListReq) → Iterator[DatasetReadRes]
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1428" />

<div id="method-dataset_read">
  ### <kbd>방법</kbd> `dataset_read`
</div>

```python theme={null}
dataset_read(req: DatasetReadReq) → DatasetReadRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1292" />

<div id="method-dataset_sources_link">
  ### <kbd>방법</kbd> `dataset_sources_link`
</div>

```python theme={null}
dataset_sources_link(req: DatasetSourcesLinkReq) → DatasetSourcesLinkRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1302" />

<div id="method-dataset_sources_link_delete">
  ### <kbd>방법</kbd> `dataset_sources_link_delete`
</div>

```python theme={null}
dataset_sources_link_delete(
    req: DatasetSourcesLinkDeleteReq
) → DatasetSourcesLinkDeleteRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1312" />

<div id="method-dataset_sources_query">
  ### <kbd>방법</kbd> `dataset_sources_query`
</div>

```python theme={null}
dataset_sources_query(req: DatasetSourcesQueryReq) → DatasetSourcesQueryRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L170" />

<div id="method-delete">
  ### <kbd>방법</kbd> `delete`
</div>

```python theme={null}
delete(url: str, *args: Any, **kwargs: Any) → Response
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L100" />

<div id="method-ensure_project_exists">
  ### <kbd>방법</kbd> `ensure_project_exists`
</div>

```python theme={null}
ensure_project_exists(entity: str, project: str) → EnsureProjectExistsRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1332" />

<div id="method-evaluate_model">
  ### <kbd>방법</kbd> `evaluate_model`
</div>

```python theme={null}
evaluate_model(req: EvaluateModelReq) → EvaluateModelRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1539" />

<div id="method-evaluation_create">
  ### <kbd>방법</kbd> `evaluation_create`
</div>

```python theme={null}
evaluation_create(req: EvaluationCreateReq) → EvaluationCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1591" />

<div id="method-evaluation_delete">
  ### <kbd>방법</kbd> `evaluation_delete`
</div>

```python theme={null}
evaluation_delete(req: EvaluationDeleteReq) → EvaluationDeleteRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1570" />

<div id="method-evaluation_list">
  ### <kbd>방법</kbd> `evaluation_list`
</div>

```python theme={null}
evaluation_list(req: EvaluationListReq) → Iterator[EvaluationReadRes]
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1556" />

<div id="method-evaluation_read">
  ### <kbd>방법</kbd> `evaluation_read`
</div>

```python theme={null}
evaluation_read(req: EvaluationReadReq) → EvaluationReadRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1675" />

<div id="method-evaluation_run_create">
  ### <kbd>방법</kbd> `evaluation_run_create`
</div>

```python theme={null}
evaluation_run_create(req: EvaluationRunCreateReq) → EvaluationRunCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1733" />

<div id="method-evaluation_run_delete">
  ### <kbd>방법</kbd> `evaluation_run_delete`
</div>

```python theme={null}
evaluation_run_delete(req: EvaluationRunDeleteReq) → EvaluationRunDeleteRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1750" />

<div id="method-evaluation_run_finish">
  ### <kbd>방법</kbd> `evaluation_run_finish`
</div>

```python theme={null}
evaluation_run_finish(req: EvaluationRunFinishReq) → EvaluationRunFinishRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1705" />

<div id="method-evaluation_run_list">
  ### <kbd>방법</kbd> `evaluation_run_list`
</div>

```python theme={null}
evaluation_run_list(req: EvaluationRunListReq) → Iterator[EvaluationRunReadRes]
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1691" />

<div id="method-evaluation_run_read">
  ### <kbd>방법</kbd> `evaluation_run_read`
</div>

```python theme={null}
evaluation_run_read(req: EvaluationRunReadReq) → EvaluationRunReadRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1335" />

<div id="method-evaluation_status">
  ### <kbd>방법</kbd> `evaluation_status`
</div>

```python theme={null}
evaluation_status(req: EvaluationStatusReq) → EvaluationStatusRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1065" />

<div id="method-feedback_aggregate">
  ### <kbd>방법</kbd> `feedback_aggregate`
</div>

```python theme={null}
feedback_aggregate(req: FeedbackAggregateReq) → FeedbackAggregateRes
```

시간 경과에 따른 집계 점수를 확인하기 위해 피드백 테이블을 쿼리합니다.

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1010" />

<div id="method-feedback_create">
  ### <kbd>방법</kbd> `feedback_create`
</div>

```python theme={null}
feedback_create(req: FeedbackCreateReq) → FeedbackCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1031" />

<div id="method-feedback_create_batch">
  ### <kbd>방법</kbd> `feedback_create_batch`
</div>

```python theme={null}
feedback_create_batch(req: FeedbackCreateBatchReq) → FeedbackCreateBatchRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1077" />

<div id="method-feedback_payload_schema">
  ### <kbd>방법</kbd> `feedback_payload_schema`
</div>

```python theme={null}
feedback_payload_schema(
    req: FeedbackPayloadSchemaReq
) → FeedbackPayloadSchemaRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1047" />

<div id="method-feedback_purge">
  ### <kbd>방법</kbd> `feedback_purge`
</div>

```python theme={null}
feedback_purge(req: FeedbackPurgeReq) → FeedbackPurgeRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1041" />

<div id="method-feedback_query">
  ### <kbd>방법</kbd> `feedback_query`
</div>

```python theme={null}
feedback_query(req: FeedbackQueryReq) → FeedbackQueryRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1053" />

<div id="method-feedback_replace">
  ### <kbd>방법</kbd> `feedback_replace`
</div>

```python theme={null}
feedback_replace(req: FeedbackReplaceReq) → FeedbackReplaceRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1059" />

<div id="method-feedback_stats">
  ### <kbd>방법</kbd> `feedback_stats`
</div>

```python theme={null}
feedback_stats(req: FeedbackStatsReq) → FeedbackStatsRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/utils/retry.py#L992" />

<div id="method-file_content_read">
  ### <kbd>방법</kbd> `file_content_read`
</div>

```python theme={null}
file_content_read(req: FileContentReadReq) → FileContentReadRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/utils/retry.py#L979" />

<div id="method-file_create">
  ### <kbd>방법</kbd> `file_create`
</div>

```python theme={null}
file_create(req: FileCreateReq) → FileCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1005" />

<div id="method-files_stats">
  ### <kbd>방법</kbd> `files_stats`
</div>

```python theme={null}
files_stats(req: FilesStatsReq) → FilesStatsRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L109" />

<div id="classmethod-from_env">
  ### <kbd>classmethod</kbd> `from_env`
</div>

```python theme={null}
from_env(should_batch: bool = False) → Self
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L135" />

<div id="method-get">
  ### <kbd>방법</kbd> `get`
</div>

```python theme={null}
get(url: str, *args: Any, **kwargs: Any) → Response
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L411" />

<div id="method-get_call_processor">
  ### <kbd>방법</kbd> `get_call_processor`
</div>

```python theme={null}
get_call_processor() → AsyncBatchProcessor | CallBatchProcessor | None
```

기본 call 프로세서를 노출하기 위한, 정식 TraceServerInterface에 정의되지 않은 맞춤형 방법입니다. 클라이언트 측 인터페이스에서 정식으로 정의해야 합니다.

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L501" />

<div id="method-get_feedback_processor">
  ### <kbd>방법</kbd> `get_feedback_processor`
</div>

```python theme={null}
get_feedback_processor() → AsyncBatchProcessor | None
```

기본 피드백 프로세서를 노출하기 위해 공식 TraceServerInterface에 정의되지 않은 맞춤형 방법입니다. 클라이언트 측 인터페이스로 정식화해야 합니다.

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1125" />

<div id="method-image_create">
  ### <kbd>방법</kbd> `image_create`
</div>

```python theme={null}
image_create(req: ImageGenerationCreateReq) → ImageGenerationCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1612" />

<div id="method-model_create">
  ### <kbd>방법</kbd> `model_create`
</div>

```python theme={null}
model_create(req: ModelCreateReq) → ModelCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1658" />

<div id="method-model_delete">
  ### <kbd>방법</kbd> `model_delete`
</div>

```python theme={null}
model_delete(req: ModelDeleteReq) → ModelDeleteRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1639" />

<div id="method-model_list">
  ### <kbd>방법</kbd> `model_list`
</div>

```python theme={null}
model_list(req: ModelListReq) → Iterator[ModelReadRes]
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1627" />

<div id="method-model_read">
  ### <kbd>방법</kbd> `model_read`
</div>

```python theme={null}
model_read(req: ModelReadReq) → ModelReadRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L830" />

<div id="method-obj_add_tags">
  ### <kbd>방법</kbd> `obj_add_tags`
</div>

```python theme={null}
obj_add_tags(req: ObjAddTagsReq) → ObjAddTagsRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L809" />

<div id="method-obj_create">
  ### <kbd>방법</kbd> `obj_create`
</div>

```python theme={null}
obj_create(req: ObjCreateReq) → ObjCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L825" />

<div id="method-obj_delete">
  ### <kbd>방법</kbd> `obj_delete`
</div>

```python theme={null}
obj_delete(req: ObjDeleteReq) → ObjDeleteRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L815" />

<div id="method-obj_read">
  ### <kbd>방법</kbd> `obj_read`
</div>

```python theme={null}
obj_read(req: ObjReadReq) → ObjReadRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L861" />

<div id="method-obj_remove_aliases">
  ### <kbd>방법</kbd> `obj_remove_aliases`
</div>

```python theme={null}
obj_remove_aliases(req: ObjRemoveAliasesReq) → ObjRemoveAliasesRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L840" />

<div id="method-obj_remove_tags">
  ### <kbd>방법</kbd> `obj_remove_tags`
</div>

```python theme={null}
obj_remove_tags(req: ObjRemoveTagsReq) → ObjRemoveTagsRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L849" />

<div id="method-obj_set_aliases">
  ### <kbd>방법</kbd> `obj_set_aliases`
</div>

```python theme={null}
obj_set_aliases(req: ObjSetAliasesReq) → ObjSetAliasesRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L819" />

<div id="method-objs_query">
  ### <kbd>방법</kbd> `objs_query`
</div>

```python theme={null}
objs_query(req: ObjQueryReq) → ObjQueryRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1348" />

<div id="method-op_create">
  ### <kbd>방법</kbd> `op_create`
</div>

```python theme={null}
op_create(req: OpCreateReq) → OpCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1396" />

<div id="method-op_delete">
  ### <kbd>방법</kbd> `op_delete`
</div>

```python theme={null}
op_delete(req: OpDeleteReq) → OpDeleteRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1375" />

<div id="method-op_list">
  ### <kbd>방법</kbd> `op_list`
</div>

```python theme={null}
op_list(req: OpListReq) → Iterator[OpReadRes]
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1363" />

<div id="method-op_read">
  ### <kbd>방법</kbd> `op_read`
</div>

```python theme={null}
op_read(req: OpReadReq) → OpReadRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L626" />

<div id="method-otel_export">
  ### <kbd>방법</kbd> `otel_export`
</div>

```python theme={null}
otel_export(req: OTelExportReq) → OTelExportRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L146" />

<div id="method-post">
  ### <kbd>방법</kbd> `post`
</div>

```python theme={null}
post(
    url: str,
    *args: Any,
    trace_id: str | None = None,
    **kwargs: Any
) → Response
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1766" />

<div id="method-prediction_create">
  ### <kbd>방법</kbd> `prediction_create`
</div>

```python theme={null}
prediction_create(req: PredictionCreateReq) → PredictionCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1818" />

<div id="method-prediction_delete">
  ### <kbd>방법</kbd> `prediction_delete`
</div>

```python theme={null}
prediction_delete(req: PredictionDeleteReq) → PredictionDeleteRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1835" />

<div id="method-prediction_finish">
  ### <kbd>방법</kbd> `prediction_finish`
</div>

```python theme={null}
prediction_finish(req: PredictionFinishReq) → PredictionFinishRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1795" />

<div id="method-prediction_list">
  ### <kbd>방법</kbd> `prediction_list`
</div>

```python theme={null}
prediction_list(req: PredictionListReq) → Iterator[PredictionReadRes]
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1783" />

<div id="method-prediction_read">
  ### <kbd>방법</kbd> `prediction_read`
</div>

```python theme={null}
prediction_read(req: PredictionReadReq) → PredictionReadRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1135" />

<div id="method-project_stats">
  ### <kbd>방법</kbd> `project_stats`
</div>

```python theme={null}
project_stats(req: ProjectStatsReq) → ProjectStatsRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1140" />

<div id="method-project_ttl_settings_read">
  ### <kbd>방법</kbd> `project_ttl_settings_read`
</div>

```python theme={null}
project_ttl_settings_read(
    req: ProjectTTLSettingsReadReq
) → ProjectTTLSettingsReadRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1150" />

<div id="method-project_ttl_settings_update">
  ### <kbd>방법</kbd> `project_ttl_settings_update`
</div>

```python theme={null}
project_ttl_settings_update(
    req: ProjectTTLSettingsUpdateReq
) → ProjectTTLSettingsUpdateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L620" />

<div id="method-projects_info">
  ### <kbd>방법</kbd> `projects_info`
</div>

```python theme={null}
projects_info(req: ProjectsInfoReq) → list[ProjectsInfoRes]
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L159" />

<div id="method-put">
  ### <kbd>방법</kbd> `put`
</div>

```python theme={null}
put(url: str, *args: Any, **kwargs: Any) → Response
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L973" />

<div id="method-refs_read_batch">
  ### <kbd>방법</kbd> `refs_read_batch`
</div>

```python theme={null}
refs_read_batch(req: RefsReadBatchReq) → RefsReadBatchRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1340" />

<div id="method-rescore">
  ### <kbd>방법</kbd> `rescore`
</div>

```python theme={null}
rescore(req: RescoreReq) → RescoreRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1851" />

<div id="method-score_create">
  ### <kbd>방법</kbd> `score_create`
</div>

```python theme={null}
score_create(req: ScoreCreateReq) → ScoreCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1899" />

<div id="method-score_delete">
  ### <kbd>방법</kbd> `score_delete`
</div>

```python theme={null}
score_delete(req: ScoreDeleteReq) → ScoreDeleteRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1878" />

<div id="method-score_list">
  ### <kbd>방법</kbd> `score_list`
</div>

```python theme={null}
score_list(req: ScoreListReq) → Iterator[ScoreReadRes]
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1866" />

<div id="method-score_read">
  ### <kbd>방법</kbd> `score_read`
</div>

```python theme={null}
score_read(req: ScoreReadReq) → ScoreReadRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1476" />

<div id="method-scorer_create">
  ### <kbd>방법</kbd> `scorer_create`
</div>

```python theme={null}
scorer_create(req: ScorerCreateReq) → ScorerCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1522" />

<div id="method-scorer_delete">
  ### <kbd>방법</kbd> `scorer_delete`
</div>

```python theme={null}
scorer_delete(req: ScorerDeleteReq) → ScorerDeleteRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1503" />

<div id="method-scorer_list">
  ### <kbd>방법</kbd> `scorer_list`
</div>

```python theme={null}
scorer_list(req: ScorerListReq) → Iterator[ScorerReadRes]
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L1491" />

<div id="method-scorer_read">
  ### <kbd>방법</kbd> `scorer_read`
</div>

```python theme={null}
scorer_read(req: ScorerReadReq) → ScorerReadRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/utils/retry.py#L612" />

<div id="method-server_info">
  ### <kbd>방법</kbd> `server_info`
</div>

```python theme={null}
server_info() → ServerInfoRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L113" />

<div id="method-set_auth">
  ### <kbd>방법</kbd> `set_auth`
</div>

```python theme={null}
set_auth(auth: tuple[str, str]) → None
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1322" />

<div id="method-source_datasets_query">
  ### <kbd>방법</kbd> `source_datasets_query`
</div>

```python theme={null}
source_datasets_query(req: SourceDatasetsQueryReq) → SourceDatasetsQueryRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L892" />

<div id="method-table_create">
  ### <kbd>방법</kbd> `table_create`
</div>

```python theme={null}
table_create(req: TableCreateReq) → TableCreateRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L950" />

<div id="method-table_create_from_digests">
  ### <kbd>방법</kbd> `table_create_from_digests`
</div>

```python theme={null}
table_create_from_digests(
    req: TableCreateFromDigestsReq
) → TableCreateFromDigestsRes
```

실제 행 대신 행 다이제스트를 지정해 테이블을 생성합니다.

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L930" />

<div id="method-table_query">
  ### <kbd>방법</kbd> `table_query`
</div>

```python theme={null}
table_query(req: TableQueryReq) → TableQueryRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L944" />

<div id="method-table_query_stats">
  ### <kbd>방법</kbd> `table_query_stats`
</div>

```python theme={null}
table_query_stats(req: TableQueryStatsReq) → TableQueryStatsRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L962" />

<div id="method-table_query_stats_batch">
  ### <kbd>방법</kbd> `table_query_stats_batch`
</div>

```python theme={null}
table_query_stats_batch(req: TableQueryStatsReq) → TableQueryStatsRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L936" />

<div id="method-table_query_stream">
  ### <kbd>방법</kbd> `table_query_stream`
</div>

```python theme={null}
table_query_stream(req: TableQueryReq) → Iterator[TableRowSchema]
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L898" />

<div id="method-table_update">
  ### <kbd>방법</kbd> `table_update`
</div>

```python theme={null}
table_update(req: TableUpdateReq) → TableUpdateRes
```

`calls/batch_upsert`와 마찬가지로, 테이블 업데이트를 여러 업데이트로 나눌 수 있는 속성 덕분에 페이로드 크기를 동적으로 조정할 수 있습니다.

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L872" />

<div id="method-tags_list">
  ### <kbd>방법</kbd> `tags_list`
</div>

```python theme={null}
tags_list(req: TagsListReq) → TagsListRes
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/weave/trace_server_bindings/remote_http_trace_server.py#L1160" />

<div id="method-threads_query_stream">
  ### <kbd>방법</kbd> `threads_query_stream`
</div>

```python theme={null}
threads_query_stream(req: ThreadsQueryReq) → Iterator[ThreadSchema]
```

***

<SourceLink url="https://github.com/wandb/weave/blob/v0.53.1/pydantic/_internal/_validate_call.py#L783" />

<div id="method-trace_usage">
  ### <kbd>방법</kbd> `trace_usage`
</div>

```python theme={null}
trace_usage(req: TraceUsageReq) → TraceUsageRes
```
