The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.2.0
flyteplugins.omegaconf
OmegaConf DictConfig/ListConfig support for Flyte.
Directory
Methods
| Method | Description |
|---|---|
log_yaml() |
Append a YAML rendering of an OmegaConf container to a Flyte report tab. |
Methods
log_yaml()
Default invocation is sync and will block.
To call it asynchronously, use the function .aio() on the method name itself, e.g.,:
result = await log_yaml.aio().
def log_yaml(
config: OmegaConfContainer,
title: str,
tab: str,
sort_keys: bool,
do_flush: bool,
)Append a YAML rendering of an OmegaConf container to a Flyte report tab.
| Parameter | Type | Description |
|---|---|---|
config |
OmegaConfContainer |
|
title |
str |
|
tab |
str |
|
sort_keys |
bool |
|
do_flush |
bool |