boilercv_pipeline.sync_dvc.__main__
#
Sync dvc.yaml
and params.yaml
with pipeline specification.
Module Contents#
Functions#
Sync |
|
Get DVC context for pipeline model and stages. |
|
Clear defaults in DVC model and its nested stages. |
|
Clear default fields of a model. |
API#
- boilercv_pipeline.sync_dvc.__main__.main(
- params: boilercv_pipeline.sync_dvc.SyncDvc,
Sync
dvc.yaml
andparams.yaml
with pipeline specification.
- boilercv_pipeline.sync_dvc.__main__.get_dvc_context( ) boilercv_pipeline.sync_dvc.contexts.DvcContext #
Get DVC context for pipeline model and stages.
- boilercv_pipeline.sync_dvc.__main__.dvc_clear_defaults( ) boilercv_pipeline.sync_dvc.dvc.DvcYamlModel #
Clear defaults in DVC model and its nested stages.
- boilercv_pipeline.sync_dvc.__main__.clear_defaults(
- model: boilercv_pipeline.sync_dvc.types.Model,
Clear default fields of a model.