Skip to content

Commit 331c0d0

Browse files
Merge pull request #220066 from likebupt/update-schedule-20221201
fix typo in expression
2 parents 0b6e028 + f2ea79d commit 331c0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-schedule-pipeline-job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ When define schedule, we support following expression that will be resolved to r
178178

179179
| Expression | Description |Supported properties|
180180
|----------------|----------------|-------------|
181-
|`${{create_context.trigger_time}}`|The time when the schedule is triggered.|String type inputs of pipeline job|
181+
|`${{creation_context.trigger_time}}`|The time when the schedule is triggered.|String type inputs of pipeline job|
182182
|`${{name}}`|The name of job.|outputs.path of pipeline job|
183183

184184
## Manage schedule

0 commit comments

Comments
 (0)