Câu 42: Databricks Certified Machine Learning Professional
A machine learning engineer is using the following code block as part of a batch deployment pipeline: Which of the following changes needs to be made so this code block will work when the inference table is a stream source?
Nội dung câu hỏi
A machine learning engineer is using the following code block as part of a batch deployment pipeline: Which of the following changes needs to be made so this code block will work when the inference table is a stream source?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Replace "inference" with the path to the location of the Delta table
- B. Replace schema(schema) with option("maxFilesPerTrigger", 1)
- C. Replace spark.read with spark.readStream — đáp án hiện tại
- D. Replace format("delta") with format("stream")
- E. Replace predict with a stream-friendly prediction function
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.
Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.