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

# ブール変数をハイパーパラメーターとしてフラグ指定できますか？

ハイパーパラメーターをブールフラグとして渡すには、設定の`command`セクションで`${args_no_boolean_flags}`マクロを使用します。このマクロは、ブール型のパラメーターを自動的にフラグとして含めます。`param`が`True`の場合、`command`には`--param`が渡されます。`param`が`False`の場合、そのフラグは省略されます。

***

<Badge stroke shape="pill" color="orange" size="md">[Sweeps](/ja/support/models/tags/sweeps)</Badge>
