Example of Component Caching
Example of Component Caching
Component Caching saves the execution results of selected components, which allows users to run pipelines at speed without having to re-run cells which take a long time.
[Operation Guidelines]
- Enable Component Caching for selected components.
- The cache data for a component is saved when a component is run with the Caching feature enabled.
- Run a child component of that component with Caching enabled.
- The pipeline can be run quickly using the stored data, without re-running components when Component Caching is enabled.
Updated about 2 months ago