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]

  1. Enable Component Caching for selected components.
    • The cache data for a component is saved when a component is run with the Caching feature enabled.
  2. 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.