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

Câu 8: Databricks Certified Machine Learning Associate

A machine learning engineer has created a Feature Table new_table using Feature Store Client fs. When creating the table, they specified a metadata description with key information about the Feature Table. They now want to retrieve that metadata programmatically. Which of the following lines of code will return the me…

Nội dung câu hỏi

A machine learning engineer has created a Feature Table new_table using Feature Store Client fs. When creating the table, they specified a metadata description with key information about the Feature Table. They now want to retrieve that metadata programmatically. Which of the following lines of code will return the metadata description?

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. There is no way to return the metadata description programmatically.
  2. B. fs.create_training_set("new_table")
  3. C. fs.get_table("new_table").description — đáp án hiện tại
  4. D. fs.get_table("new_table").load_df()
  5. E. fs.get_table("new_table")

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ề