You have created a workspace in Oracle Machine Learning Notebooks and want to share it with collaborators by granting permissions to access your workspace. You want to enable other users to run and modify your notebooks but do not want to provide the ability to schedule jobs that run your notebooks.
Which permission type should be granted to this user?
- Manager
- Viewer
- Developer
- Designer
Answer(s): C
Explanation:
About Workspace Permission Types: Oracle Machine Learning allows three types of permissions. Depending on the permission type, you can allow the user to view or perform different tasks in your workspace, projects, and notebooks. The three types of permissions are listed in the following table along with the actions that are allowed. Permission Types || Actions based on permission > Manager:
- Project: Create, update, delete.
- Workspace: View only.
- Notebooks: Create, update, run, delete, and schedule jobs. > Developer:
- Project: View only.
- Workspace: View only.
- Notebooks: Create, update, run, and delete notebooks that a developer creates only.
- Jobs: View and run jobs of shared notebooks only. A developer cannot create jobs for notebooks that are shared. > Viewer:
- Project: View only.
- Workspace: View only.
- Notebooks: View only.
- Jobs: View jobs and job runs of shared notebooks only.
Reveal Solution Next Question