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?
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
D.
Replace format("delta") with format("stream")
E.
Replace predict with a stream-friendly prediction function
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
hugodscarvalho
9 months, 1 week agomozuca
10 months, 1 week agotrendy01
10 months, 1 week ago