メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

関数 controller

controller(
    sweep_id_or_config: 'str | dict | None' = None,
    entity: 'str | None' = None,
    project: 'str | None' = None
) → _WandbController
sweep コントローラー用の公開コンストラクタです。 例:
import wandb

tuner = wandb.controller(...)
print(tuner.sweep_config)
print(tuner.sweep_id)
tuner.configure_search(...)
tuner.configure_stopping(...)