Skip to content

Commit 3033074

Browse files
doc: Document the available ExecutionVariables
1 parent 0a8ca6a commit 3033074

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/sagemaker/workflow/execution_variables.py

+9-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,15 @@ def expr(self) -> RequestType:
3737

3838

3939
class ExecutionVariables:
40-
"""All available ExecutionVariable."""
40+
"""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+
"""
4149

4250
START_DATETIME = ExecutionVariable("StartDateTime")
4351
CURRENT_DATETIME = ExecutionVariable("CurrentDateTime")

0 commit comments

Comments
 (0)