boilercv_pipeline.sync_dvc
#
Sync dvc.yaml
and params.yaml
with pipeline specification.
Submodules#
Package Contents#
Classes#
Data#
API#
- class boilercv_pipeline.sync_dvc.Constants(
- /,
- **data: typing.Any,
Bases:
pydantic.BaseModel
Constants.
Initialization
Create a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError
][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.self
is explicitly positional-only to allowself
as a field name.
- boilercv_pipeline.sync_dvc.const#
‘Constants(…)’
- class boilercv_pipeline.sync_dvc.SyncDvc(
- /,
- **data: typing.Any,
Bases:
pydantic.BaseModel
Sync
dvc.yaml
andparams.yaml
with pipeline specification.Initialization
Create a new model by parsing and validating input data from keyword arguments.
Raises [
ValidationError
][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.self
is explicitly positional-only to allowself
as a field name.- root: pathlib.Path#
‘cwd(…)’
Root directory for synced DVC configurations.
- pipeline: pathlib.Path#
‘Path(…)’
Primary config file describing the DVC pipeline.
- params: pathlib.Path#
‘Path(…)’
DVC’s primary parameters YAML file.