CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

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?

Minh họa câu hỏi

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.

  1. A. Replace "inference" with the path to the location of the Delta table
  2. B. Replace schema(schema) with option("maxFilesPerTrigger", 1)
  3. C. Replace spark.read with spark.readStream — đáp án hiện tại
  4. D. Replace format("delta") with format("stream")
  5. 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.

Câu hỏi liền kề