Azure / Azure/MachineLearningNotebooks

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

Đang mở
#1,669 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Jupyter Notebook
Star
4.4k
Fork
2.6k
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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")

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.