We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554d735 commit 88e4d68Copy full SHA for 88e4d68
src/sagemaker/workflow/execution_variables.py
@@ -37,7 +37,15 @@ def expr(self) -> RequestType:
37
38
39
class ExecutionVariables:
40
- """All available ExecutionVariable."""
+ """Provide access to all available execution variables:
41
+
42
+ - ExecutionVariables.START_DATETIME
43
+ - ExecutionVariables.CURRENT_DATETIME
44
+ - ExecutionVariables.PIPELINE_NAME
45
+ - ExecutionVariables.PIPELINE_ARN
46
+ - ExecutionVariables.PIPELINE_EXECUTION_ID
47
+ - ExecutionVariables.PIPELINE_EXECUTION_ARN
48
+ """
49
50
START_DATETIME = ExecutionVariable("StartDateTime")
51
CURRENT_DATETIME = ExecutionVariable("CurrentDateTime")
0 commit comments