phenotypic.sdk_.tune_cache_dir#

phenotypic.sdk_.tune_cache_dir(output_dir: Path) Path[source]#

Return <output>/.pht-tune-cache/ — the tune run’s machine-state root.

The tune-side sibling of phenotypic_cache_dir(). Pure path expression; callers mkdir when they intend to write.

Parameters:

output_dir (Path) – The run output directory.

Returns:

<output_dir>/.pht-tune-cache/.

Return type:

Path