kedro.framework.cli.pipeline.PipelineArtifacts¶
- class kedro.framework.cli.pipeline.PipelineArtifacts(pipeline_dir: Path, pipeline_tests: Path, pipeline_conf: Path)[source]¶
An ordered collection of source_path, tests_path, config_paths
Attributes
Alias for field number 2
Alias for field number 0
Alias for field number 1
Methods
count
(value, /)Return number of occurrences of value.
index
(value[, start, stop])Return first index of value.
- count(value, /)¶
Return number of occurrences of value.
- index(value, start=0, stop=9223372036854775807, /)¶
Return first index of value.
Raises ValueError if the value is not present.
- pipeline_conf: Path¶
Alias for field number 2
- pipeline_dir: Path¶
Alias for field number 0
- pipeline_tests: Path¶
Alias for field number 1