Topic 1 Question 284
You have a custom job that runs on Vertex AI on a weekly basis. The job is implemented using a proprietary ML workflow that produces the datasets, models, and custom artifacts, and sends them to a Cloud Storage bucket. Many different versions of the datasets and models were created. Due to compliance requirements, your company needs to track which model was used for making a particular prediction, and needs access to the artifacts for each model. How should you configure your workflows to meet these requirements?
Use the Vertex AI Metadata API inside the custom job to create context, execution, and artifacts for each model, and use events to link them together.
Create a Vertex AI experiment, and enable autologging inside the custom job.
Configure a TensorFlow Extended (TFX) ML Metadata database, and use the ML Metadata API.
Register each model in Vertex AI Model Registry, and use model labels to store the related dataset and model information.
ユーザの投票
コメント(3)
- 正解だと思う選択肢: A
My Answer: A
Focus on “Due to compliance requirements, your company needs to track which model was used for making a particular prediction” and “workflow that produces the datasets, models, and custom artifacts, and sends them to a Cloud Storage bucket”, use Vertex AI Metadata API is the best approach.
👍 4guilhermebutzke2024/08/19 - 正解だと思う選択肢: A
Track Lineage with Vertex AI Metadata API
👍 4omermahgoub2024/10/13 - 正解だと思う選択肢: A
A - Vertex AI Metadata API provides low-level primitives for creating custom metadata entities and relationships (contexts, executions, artifacts, and events).
B - Autologging might not capture all the custom artifacts your job produces.
👍 2emsherff2024/10/09
シャッフルモード