메인 콘텐츠로 건너뛰기

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.

function controller

controller(
    sweep_id_or_config: 'str | dict | None' = None,
    entity: 'str | None' = None,
    project: 'str | None' = None
) → _WandbController
공개 스윕 컨트롤러 생성자입니다. 예시:
import wandb

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