Azure / Azure/MachineLearningNotebooks
Does the change based schedule in pipeline support listening to a specific file or can it only listen to folders?
- 主要言語
- Jupyter Notebook
- スター
- 4.4k
- フォーク
- 2.6k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Does the change based schedule in pipeline support listening to a specific file or can it only listen to folders?
I mean change of just test.txt file in path_on_datastore test-data/test.txt
or it is just working for folders test-data/ ?
from azureml.core.datastore import Datastore
datastore = Datastore(workspace=ws, name="workspaceblobstore")
schedule = Schedule.create(workspace=ws, name="My_Schedule",
pipeline_id=pub_pipeline_id,
experiment_name='Schedule-run-sample',
datastore=datastore,
wait_for_provisioning=True,
description="Schedule Run"),
path_on_datastore="file/path")
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。