Câu 2: SnowPro Advanced Data Scientist DSA-C03
A Data Scientist is tasked with gathering a summary of each customer review. The data is stored in a Snowflake table in a column named reviews. How should they do this with the LEAST operational overhead?
Nội dung câu hỏi
A Data Scientist is tasked with gathering a summary of each customer review. The data is stored in a Snowflake table in a column named reviews. How should they do this with the LEAST operational overhead?
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. Use the SQL function snow1ake.cortex.summarize (‘reviews’) to summarize using the built-in summarization model. — đáp án hiện tại
- B. Use the SQL function snowlake.cortex.embed('e5-base-v2, ‘reviews’) to summarize using the built-in text embedding model
- C. Use the SQL function call snowlake.cortex.complete(‘llama3.1-405b’, ‘reviews’) to summarize with the llama3.1-405b model.
- D. Use Snowpark Container Services to deploy the llama3.1-405b model from the Hugging Face Hub and submit the ‘text_data’ column to the model API.
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.