【问题标题】:Is there any way to name Vertex Pipelines components in the UI有什么方法可以在 UI 中命名 Vertex Pipelines 组件
【发布时间】:2022-10-06 10:54:14
【问题描述】:

Vertex Pipelines UI 使用带有数字后缀的组件名称作为 UI 中的默认名称。这是可定制的吗?

    标签: google-cloud-vertex-ai


    【解决方案1】:

    对于常规步骤,您可以使用.set_display_name('foo')。参考:https://kubeflow-pipelines.readthedocs.io/en/master/source/dsl.html#kfp.dsl.PipelineTask.set_display_name

    对于parallelFor,您可以执行以下操作(仅限 KFP SDK V2.0+)

    with dsl.ParallelFor([], name='bar') as yv: 
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-04-16
      • 1970-01-01
      • 2023-01-04
      • 2021-04-30
      • 2022-10-06
      • 2021-04-21
      相关资源
      最近更新 更多