次の方法で共有


SamplerConfig クラス

サンプラー構成を保持するクラス。

すべての属性を初期化します。

継承
builtins.object
SamplerConfig

コンストラクター

SamplerConfig(_id: str, sampler_args: Any | None = None, sampler_kwargs: Any | None = None)

パラメーター

名前 説明
_id
必須

サンプラーの ID。

sampler_args

サンプラーに送信する引数。

規定値: None
sampler_kwargs

サンプラーに送信するキーワード引数。

規定値: None

メソッド

from_dict

辞書から読み込みます。

from_dict

辞書から読み込みます。

from_dict(dct: Dict[str, Any]) -> SamplerConfig

パラメーター

名前 説明
cls
必須

SamplerConfig のクラス オブジェクト。

dct
必須

必要なすべてのパラメーターを保持する辞書。

戻り値

説明

作成されたオブジェクト。

属性

id

オブジェクトの ID を取得します。

戻り値

説明

ID。

sampler_args

サンプラーのインスタンスに送信するサンプラー引数を取得します。

戻り値

説明

引数。

sampler_kwargs

サンプラーのインスタンスに送信するサンプラーの kwargs を取得します。

戻り値

説明

キーワード引数。