首页 > 其他分享 >ml-pipeline-ui of kubeflow pipeline

ml-pipeline-ui of kubeflow pipeline

时间:2024-02-02 13:45:06浏览次数:28  
标签:pipeline workflow webpage ml ui kubeflow

1. Creating a pipeline on ml-pipeline-ui webpage is

saving the pipeline to database mlpipeline, delete a pipeline on ml-ppeline-ui webpage is deleting the record of the pipeline from database mlpipeline.

2. Create a pipeline-run on ml-pipeline-ui webpage is

saving the pipeline-run to database mlpipeline, and then pod workflow-controller of kubeflow pipeline creates a resource workflow based on file pipeline.yaml, on kubernetes cluster.
The backend of kubeflow pipeline is argo workflow, the workflow-controller of kubeflow pipeline is argo workflow controller, who manages creating of a workflow resource on kubernetes cluster, and running components in the workflow on kubernetes cluster.

3. xxx.yaml is

resource definition file of kuberneres cluster.
pipeline.yaml is definition file of kubeflow pipeline, namely argo workflow, which runs on kubernetes cluster.

4. pipeline = workflow = DAG in this context.

5. Artifacts on ml-pipeline-ui webpage are

artifacts stored in database metadb table Artifacts, and the artifacts shown on ml-pipeline-ui webpage are read from datatabase metadb table Artifacts.

标签:pipeline,workflow,webpage,ml,ui,kubeflow
From: https://www.cnblogs.com/zhenxia-jiuyou/p/18003039

相关文章

  • [Flink] Flink Job之Web UI
    0序言在本地电脑开发、调试,或集群环境下运行FlinkJob时,需要利用WebUI观测作业内部的运行情况。WEBUI,对我们观测Flink作业的总体运行情况(系统负载)、快速定位和解决问题,至关重要。全文基于如下版本演示:scala.version=2.11/2.12;flink.version=1.13.11FlinkJob......
  • Arduino - ESP8266和ESP32的I2C接口使用(超全)
    简介深入讲解I2C通信协议,以及,Arduino和ESP8266微控制器通过I2C连接设备需要哪些引脚、该通信协议的优缺点以及如何使用I2C多路复用器详解Arduino/ESP8266与其他设备通信,例如OLED显示器、气压传感器等,可以使用I2C通信协议。也可以使用两外两个通信协议:SPI和UARTI2C全称是Inte......
  • Trino-登录WebUI页面报错,日志中提示:
    问题描述启动Trino客户端执行showcatalogs时报错:Errorstartingqueryathttp://localhost:8080/v1/statementreturnedaninvalidresponse。 此时在浏览器中访问TrinoWebUI,http://192.168.80.133:8080,页面报错:404 NotFound. 问题原因(1)查询Trino日志发现:BindEx......
  • 微信公众号链接小程序HTML代码
     <!--格式--><adata-miniprogram-appid="小程序APPID"data-miniprogram-path="小程序页面"data-miniprogram-nickname="小程序名称"data-miniprogram-type="image"data-miniprogram-servicetype=""><imgcla......
  • kubebuilder
    https://book.kubebuilder.io/quick-startcrd+operator定义了CRD之后,下一步就是需要一个像DeploymentControllerManager一样的监听服务,监听CRD对应资源的创建、更新、删除,而这个监听服务就是Operator。项目初始化kubebuilderinit--domaincheng.com--repogithub.com/c......
  • 一键入门到精通:sd-webui-prompt-all-in-one 项目大揭秘!
    今天向大家推荐一个宝藏项目。在创意无限的AI艺术生成世界中,sd-webui-prompt-all-in-one项目如一股清流,为广大创作者和开发者带来了前所未有的便捷和灵感。这不仅仅是一个项目,它是打开AI艺术大门的钥匙,是让你的创意无限放大的助推器!......
  • rpm-build
    rpm_packaging_guide:WorkingwithSPECfiles:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html-single/rpm_packaging_guide/index#doc-wrapper示例:https://cbs.centos.org/kojifiles/packages/gnutls/3.7.6/20.el9sbase_901/data/logs/x86_......
  • 学习unigui unidbgrid的GridsGroupingSorting【18】
    折腾一天,你不按照demo里的代码来,就是没有效果。procedureTUniGridsGroupingSorting.UniDBGrid1MultiColumnSort(Columns:TUniDBGridColumnArr;Directions:TUniSortDirections);varOrderStr:string;I:Integer;beginUniMainModule.ADOQuery5.Close;//必须在......
  • Docker 导出容器到 docker-compose.yml 文件
    Docker导出容器到docker-compose.yml 文件问题:docker-compose.yml文件丢失解决办法:docker的事用docker解决背景:很多容器都是dockerrun运行的,想要转换为docker-compose.yml1.测试备份:dockerrun--rm-v/var/run/docker.sock:/var/run/docker.sockdockerproxy.com/re......
  • quickjs-emscripten webassembly 包
    quickjs-emscripten是基于emscripten将quickjsc版本,编译为了webassembly方便通过npm使用包含的特性支持node以及web使用安全的执行js(支持到es2020)quickjsruntime进行创建以及维护值暴露主机函数到quickjsruntime通过asyncify支持执行异步代码参考使用app.mjs......