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

# Reference の概要

> W&B Python SDK、CLI、Query panel のデータタイプに関する自動生成された API リファレンスドキュメントを参照できます。

export const ClickableCard = ({href, children, className = ''}) => {
  const handleCardClick = e => {
    let target = e.target;
    while (target && target !== e.currentTarget) {
      if (target.tagName === 'A') {
        return;
      }
      target = target.parentElement;
    }
    window.location.href = href;
  };
  return <div className={`clickable-card ${className}`} onClick={handleCardClick} style={{
    cursor: 'pointer'
  }}>
      {children}
    </div>;
};

<CardGroup cols={2}>
  <Card title="Python ライブラリ" href="/ja/models/ref/python/">
    実験から本番運用まで、モデルのトレーニング、ファインチューニング、管理を行えます。
  </Card>

  <Card title="コマンドラインインターフェース" href="/ja/models/ref/cli/">
    シェルコマンドでログイン、ジョブの実行、Sweeps の実行などを行えます。
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="クエリパネル" href="/ja/models/ref/query-panel/">
    データを選択して集計するためのベータ版クエリ言語です。
  </Card>

  <Card title="W&B Weave" href="/ja/weave/">
    Weave API をお探しですか？W\&B Weave ドキュメントをご覧ください。
  </Card>
</CardGroup>

<div id="weave-reference">
  ## Weave リファレンス
</div>

<Card title="W&B Weave" href="/ja/weave/">
  Weave API をお探しの場合は、W\&B Weave ドキュメントをご覧ください。
</Card>
