Skip to content

Commit b7d24e3

Browse files
Update docstring
Co-authored-by: Eric Johnson <[email protected]>
1 parent 0ac104d commit b7d24e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/workflow/steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def ref(self) -> Dict[str, str]:
9595

9696
@attr.s
9797
class CacheConfig:
98-
"""Configure steps to enable cache in pipeline workflow.
98+
"""Configuration class to enable caching in pipeline workflow.
9999
100100
If caching is enabled, the pipeline attempts to find a previous execution of a step
101101
that was called with the same arguments. Step caching only considers successful execution.

0 commit comments

Comments
 (0)