ConfigWrapper
Attributes​
Name | Data Type | Description |
---|---|---|
target_type | Type[~T] |
Methods​
Name | Description |
---|---|
__init__(...) | Initialize ConfigWrapper |
from_json(...) | |
instantiate(...) | |
to_json() |
init(...)​
Parameters
kwargs
(Any
) -
from_json(...)​
Parameters
json_str
(str
) -
Returns
ConfigWrapper
instantiate(...)​
Parameters
Returns
T
to_json(...)​
Returns
str