Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update feature.yaml #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions feature.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
- title: Service Accounts is Tech Preview!
description: |-
The Service Account plays a crucial role in moving ML/AI workloads into production for several reasons. They enable secure access to resources and services without tying these accesses to an individual's credentials. Service Accounts also can take on roles in an ML workspace enabling scenarios where a job, deployed model, or AI application can run under the identity of that Service Account. This enables MLOps and CI/CD workloads to run under the Service Account and not tied to a particular user. Furthermore, they offer traceability, as the actions performed using a service account can be audited and monitored, ensuring accountability and governance.
descriptionHtml: |-
The Service Account plays a crucial role in moving ML/AI workloads into production for several reasons. They enable secure access to resources and services without tying these accesses to an individual's credentials. Service Accounts also can take on roles in an ML workspace enabling scenarios where a job, deployed model, or AI application can run under the identity of that Service Account. This enables MLOps and CI/CD workloads to run under the Service Account and not tied to a particular user. Furthermore, they offer traceability, as the actions performed using a service account can be audited and monitored, ensuring accountability and governance.
category: Feature
isNew: true
icon: announcement
tags:
- cml
- serviceAccounts
- ProdML
- MLops
link: https://community.cloudera.com/t5/What-s-New-Cloudera/Cloudera-Machine-Learning-introduces-Service-Accounts-in-CML/ba-p/378006
date: '2023-11-01T00:00:00Z'
targetAudiences: ["PC"]
- title: Model Registry is Generally Available!
description: |-
The Model Registry serves as a centralized hub for storing, managing, and deploying machine learning models and their associated metadata. This powerful tool streamlines the MLOps process, allowing you to effortlessly develop, deploy, and maintain machine learning models in a production environment.
Expand Down