Azure / Azure/MachineLearningNotebooks

Does the change based schedule in pipeline support listening to a specific file or can it only listen to folders?

未關閉
#1,669 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
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 中所示的 Schedule.create 呼叫及其 datastore 和 path_on_datastore 引數開始。確認 path_on_datastore 接受單一檔案還是僅接受資料夾,然後記錄支援的行為,並在適用時提供一個針對 test-data/test.txt 的範例。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
python
領域
api, cloud, machine-learning
Issue 類型
文件
難度
2/5
預估耗時
1-3 小時
活躍度
停滯
描述清晰度
需要釐清
新手友好度
25/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。