We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac104d commit b7d24e3Copy full SHA for b7d24e3
src/sagemaker/workflow/steps.py
@@ -95,7 +95,7 @@ def ref(self) -> Dict[str, str]:
95
96
@attr.s
97
class CacheConfig:
98
- """Configure steps to enable cache in pipeline workflow.
+ """Configuration class to enable caching in pipeline workflow.
99
100
If caching is enabled, the pipeline attempts to find a previous execution of a step
101
that was called with the same arguments. Step caching only considers successful execution.
0 commit comments