メインコンテンツへスキップ
ユーザープロフィールページに移動し、右上のユーザーアイコンを選択します。ドロップダウンから Settings を選択してください。

Profile

Profile セクションでは、アカウント名や所属機関の管理・変更が可能です。任意で自己紹介(biography)、場所、個人または所属機関のウェブサイトへのリンクを追加したり、プロフィール画像をアップロードしたりできます。

Edit your intro

イントロダクションを編集するには、プロフィールの最上部にある Edit をクリックします。WYSIWYG エディターが開き、Markdown をサポートしています。
  1. 行を編集するには、その行をクリックします。時間を節約するために、 / を入力してリストから Markdown を選択することもできます。
  2. アイテムのドラッグハンドルを使用して移動できます。
  3. ブロックを削除するには、ドラッグハンドルをクリックしてから Delete をクリックします。
  4. 変更を保存するには、 Save をクリックします。

ソーシャルバッジの追加

X の @weights_biases アカウントのフォローバッジを追加するには、バッジ画像を指す HTML <img> タグを含む Markdown 形式のリンクを追加します。
[![X: @weights_biases](https://img.shields.io/twitter/follow/weights_biases?style=social)](https://x.com/intent/follow?screen_name=weights_biases)
<img> タグでは、 widthheight 、またはその両方を指定できます。片方だけ指定した場合、画像の比率は維持されます。

Default team

複数の Teams に所属している場合、 Default team セクションで、 run や Weave のトレースでチームが指定されていない時に使用されるデフォルトチームを設定できます。1つのチームにのみ所属している場合、そのチームがデフォルトとなり、このセクションは表示されません。 続行するにはタブを選択してください。
Default location to create new projects in の横にあるドロップダウンをクリックし、デフォルトのチームを選択します。
自動化された 環境 で スクリプト を実行する際にデフォルトのチームを指定するには、 WANDB_ENTITY 環境変数 を使用してデフォルトの場所を指定できます。

Teams

Teams セクションには、所属しているすべてのチームがリストされます。
  1. チーム名をクリックすると、チームページに移動します。
  2. 他のチームに参加する権限がある場合、 We found teams for you to join の横にある View teams をクリックします。
  3. 任意で Hide teams in public profile をオンにします。
チームの作成や管理については、 Manage teams を参照してください。

API keys

API Keys セクションでは、W&B サービスでの認証に使用する個人の APIキー を管理できます。

APIキー の表示

APIキー のテーブルには以下が表示されます:
  • Key ID: 各 APIキー の最初の部分で、識別のために使用されます。
  • Name: キー作成時に指定した説明的な名前。
  • Created: キーが作成された日時。
  • Last used: 最後に使用されたタイムスタンプ。
セキュリティのため、テーブルにはキー ID (キーの最初の部分) のみが表示されます。完全なシークレット APIキー は、作成時に一度だけ表示されます。
キーの名前または ID の一部を入力して、 APIキー のリストを検索・フィルタリングできます。

新しい APIキー の作成

To create an API key, select the Personal API key or Service Account API key tab for details.
To create a personal API key owned by your user ID:
  1. Log in to W&B, click your user profile icon, then click User Settings.
  2. Click Create new API key.
  3. Provide a descriptive name for your API key.
  4. Click Create.
  5. Copy the displayed API key immediately and store it securely.
The full API key is only shown once at creation time. After you close the dialog, you cannot view the full API key again. Only the key ID (first part of the key) is visible in your settings. If you lose the full API key, you must create a new API key.
For secure storage options, see Store API keys securely.

APIキー の削除

APIキー を削除して アクセス 権限を取り消すには:
  1. APIキー のテーブルで削除したいキーを見つけます。
  2. キーの横にある削除ボタンをクリックします。
  3. 削除を確認します。
APIキー を削除すると、そのキーを使用している スクリプト やサービスからの アクセス 権限が即座に取り消されます。古いキーを削除する前に、すべてのシステムが新しいキーを使用するように更新されていることを確認してください。

Store and handle API keys securely

API keys provide access to your W&B account and should be protected like passwords. Follow these best practices:

What to avoid

  • Never commit API keys to version control systems such as Git.
  • Do not store API keys in plain text configuration files.
  • Do not pass API keys on the command line, because they will be visible in the output of OS commands like ps.
  • Avoid sharing API keys through email, chat, or other unencrypted channels.
  • Do not hard-code API keys in your source code.
If an API key is exposed, delete the API key from your W&B account immediately and contact support or your AISE.

Environment variables

When using API keys in your code, pass them through environment variables:
export WANDB_API_KEY="your-api-key-here"
This approach keeps keys out of your source code and makes it easier to rotate them when needed.
Avoid setting the environment variable in line with the command, because it will be visible in the output of OS commands like ps:
# Avoid this pattern, which can expose the API key in process managers
export WANDB_API_KEY="your-api-key-here" ./my-script.sh

SDK version compatibility

New API keys are longer than legacy keys. When authenticating with older versions of the wandb or weave SDKs, you may encounter an API key length error. Solution: Update to a newer SDK version:
  • wandb SDK v0.22.3+
    pip install --upgrade wandb==0.22.3
    
  • weave SDK v0.52.17+
    pip install --upgrade weave==0.52.17
    
If you cannot upgrade the SDK immediately, set the API key using the WANDB_API_KEY environment variable as a workaround.

Beta features

Beta Features セクションでは、開発中の新機能のアドオンや先行プレビューを任意で有効にできます。有効にしたいベータ機能の横にあるトグルスイッチを切り替えてください。

Alerts

run がクラッシュしたとき、終了したとき、または wandb.Run.alert() で設定したカスタムアラートがトリガーされたときに通知を受け取ることができます。通知は Email または Slack で受け取れます。アラートを受け取りたいイベントタイプの横にあるスイッチを切り替えてください。
  • Runs finished: Weights & Biases の run が正常に終了したかどうか。
  • Run crashed: run が終了に失敗した際の通知。
アラートの設定と管理に関する詳細は、 Send alerts with wandb.Run.alert() を参照してください。

Personal GitHub integration

個人の GitHub アカウントを接続します。接続手順は以下の通りです:
  1. Connect Github ボタンを選択します。これにより、OAuth(認可)ページにリダイレクトされます。
  2. Organization access セクションで、 アクセス を許可する組織を選択します。
  3. Authorize wandb を選択します。

Delete your account

アカウントを削除するには、 Delete Account ボタンを選択します。
アカウントの削除は取り消すことができません。

Storage

Storage セクションには、Weights & Biases サーバー上でアカウントが消費している総メモリ使用量が表示されます。デフォルトのストレージプランは 100GB です。ストレージと価格の詳細については、 Pricing ページを参照してください。