Topic 1 Question 51
You work on a growing team of more than 50 data scientists who all use AI Platform. You are designing a strategy to organize your jobs, models, and versions in a clean and scalable way. Which strategy should you choose?
Set up restrictive IAM permissions on the AI Platform notebooks so that only a single user or group can access a given instance.
Separate each data scientist's work into a different project to ensure that the jobs, models, and versions created by each data scientist are accessible only to that user.
Use labels to organize resources into descriptive categories. Apply a label to each created resource so that users can filter the results by label when viewing or monitoring the resources.
Set up a BigQuery sink for Cloud Logging logs that is appropriately filtered to capture information about AI Platform resource usage. In BigQuery, create a SQL view that maps users to the resources they are using
ユーザの投票
コメント(6)
I think should be C, As IAM roles are given to the entire AI Notebook resource, not to a specific instance.
👍 13chohan2021/06/18ans: c
https://cloud.google.com/ai-platform/prediction/docs/resource-labels#overview_of_labels You can add labels to your AI Platform Prediction jobs, models, and model versions, then use those labels to organize resources into categories when viewing or monitoring the resources.
For example, you can label jobs by team (such as engineering or research) and development phase (prod or test), then filter the jobs based on the team and phase.
Labels are also available on operations, but these labels are derived from the resource to which the operation applies. You cannot add or update labels on an operation.
A label is a key-value pair, where both the key and the value are custom strings that you supp
👍 9celia202004102021/07/20- 正解だと思う選択肢: C
https://cloud.google.com/ai-platform/prediction/docs/resource-labels#overview_of_labels (A) applies only to notebooks wich is not enough
👍 4ggorzki2022/01/19
シャッフルモード