- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Automate the deployment of a model
- Labels:
-
Cloudera Machine Learning (CML)
Created ‎05-19-2023 03:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a deployed model un Cloudera Machines Learning. The model is trained once a month, which I do through a pipeline (Jobs). It must be deployed after that again to take the updated model. Can the deployment be done in a way other than manual?
Created ‎05-22-2023 05:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Welcome to the community @ariajesus. While you wait on a more knowledge community member to respond, I'll leave you with this blog article I found in hopes it leads you to the correct path.
Cy Jervis, Manager, Community Program
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created ‎05-22-2023 05:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Welcome to the community @ariajesus. While you wait on a more knowledge community member to respond, I'll leave you with this blog article I found in hopes it leads you to the correct path.
Cy Jervis, Manager, Community Program
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created ‎05-23-2023 07:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the reply.
In my case the question is:
I build a model and then I train the model again; How do I create a new build of the model with the same id of the model already created before?
I have to have the same access key of the model.
I use cmlapi. Can I do
cmlapi.CreateModelBuildRequest with exiting model id?
Do you understand what I mean?
