Skip to content

Commit a9c48a8

Browse files
authored
Update schedule yaml schema
pipeline file local path do not work when started with file:
1 parent 396750f commit a9c48a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/reference-yaml-schedule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Customer can directly use `create_job: azureml:<job_name>` or can use the follow
7777
| Key | Type | Description | Allowed values |
7878
| --- | ---- | ----------- | -------------- |
7979
|`type`| string | **Required.** Specifies the job type. Only pipeline job is supported.|`pipeline`|
80-
|`job`| string | **Required.** Define how to reference a job, it can be `azureml:<job_name>` or a local pipeline job yaml such as `file:hello-pipeline.yml`.| |
80+
|`job`| string | **Required.** Define how to reference a job, it can be `azureml:<job_name>` or a local pipeline job yaml such as `.\hello-pipeline.yml`.| |
8181
| `experiment_name` | string | Experiment name to organize the job under. Each job's run record will be organized under the corresponding experiment in the studio's "Experiments" tab. If omitted, we'll take schedule name as default value. | |
8282
|`inputs`| object | Dictionary of inputs to the job. The key is a name for the input within the context of the job and the value is the input value.| |
8383
|`outputs`|object | Dictionary of output configurations of the job. The key is a name for the output within the context of the job and the value is the output configuration.| |

0 commit comments

Comments
 (0)