---
title: "GetPipelineGPUNodeManifest"
method: GET
path: "/di/v2/pipeline/gpu_node_manifest"
tags: ["Pipeline"]
---

# GetPipelineGPUNodeManifest

`GET /di/v2/pipeline/gpu_node_manifest`

获取可视化编辑/工作流中的GPU节点的描述数据结构

## Response `200`

OK

- GPUNodeManifest
  - `name` string
  - `description` string
  - `version` string
  - `cpus` number
  - `gpus` number — 资源设置-计算资源设置-计算任务GPU
  - `memory` string
  - `namespace` string
  - `job_type` 'Local' | 'dist-tf'
  - `learners` number
  - `pss` number
  - `ps_cpu` number
  - `ps_image` number
  - `ps_imageType` 'Standard' | 'Custom'
  - `ps_memory` string
  - `data_stores` GPUNodeDataStores
    - `id` string
    - `type` string
    - `connection` object
      - `type` string
      - `name` string
      - `path` string
    - `training_data` GPUNodeDataStoresSubDirectory
      - `container` string
    - `training_results` GPUNodeDataStoresSubDirectory
      - `container` string
    - `training_workspace` GPUNodeDataStoresSubDirectory
      - `container` string
  - `framework` FrameWork — xxx
    - `command` string
    - `name` string
    - `version` string
  - `code_selector` 'storagePath' | 'codeFile'
  - `code_path` string
  - `fileName` string
  - `proxy_user` string
  - `exp_id` string
  - `exp_name` string
  - `ignore_fail` number
  - `python_hdfs_path` string
  - `depend_resources` DependResources
    - `type` 'MODEL'
    - `group_id` string
    - `model_id` string
    - `model_version_id` string
    - `processline_id` string
    - `processline_version_id` string
  - `evaluation_metrics` object
    - `type` string

## Other responses

- `401` — Unauthorized
- `404` — Model create failed

---

[API](https://skmtc.net/webankfintech/apis/prophecis-rest-service-v2.md) · [All operations](https://skmtc.net/webankfintech/apis/prophecis-rest-service-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/webankfintech/prophecis-rest-service-v2/versions/ea40aedea89c/schema)
