Skip to content

Commit c42cf00

Browse files
authored
Update how-to-schedule-pipelines.md
Addressing #52967
1 parent 47871a1 commit c42cf00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-schedule-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ If the pipeline was constructed with a [DataPath](https://docs.microsoft.com/pyt
8888
```python
8989
datastore = Datastore(workspace=ws, name="workspaceblobstore")
9090

91-
reactive_schedule = Schedule.create(ws, name="MyReactiveSchedule", description="Based on time",
91+
reactive_schedule = Schedule.create(ws, name="MyReactiveSchedule", description="Based on input file change.",
9292
pipeline_id=pipeline_id, experiment_name=experiment_name, datastore=datastore, data_path_parameter_name="input_data")
9393
```
9494

0 commit comments

Comments
 (0)