We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9091b21 commit 655589bCopy full SHA for 655589b
src/sagemaker/workflow/entities.py
@@ -89,7 +89,7 @@ def __str__(self):
89
"""Override built-in String function for PipelineVariable"""
90
raise TypeError(
91
"Pipeline variables do not support __str__ operation. "
92
- "Please use `.to_string()` to convert it to string type in execution time"
+ "Please use `.to_string()` to convert it to string type in execution time "
93
"or use `.expr` to translate it to Json for display purpose in Python SDK."
94
)
95
0 commit comments