2024-12-14 11:48:59 +00:00
|
|
|
apiVersion: "unified-platform.cs.hse.ru/v1"
|
|
|
|
kind: ExperimentPipeline
|
|
|
|
metadata:
|
|
|
|
name: train-generate
|
2024-12-14 14:02:40 +00:00
|
|
|
namespace: pu-mgalynchik-pa-mm25-synth
|
2024-12-14 11:48:59 +00:00
|
|
|
spec:
|
|
|
|
vars:
|
|
|
|
- name: model
|
|
|
|
- name: input_data
|
|
|
|
- name: report_file
|
|
|
|
- name: output_data
|
|
|
|
stages:
|
|
|
|
- name: synth-data-stage
|
|
|
|
image:
|
2024-12-19 19:15:18 +00:00
|
|
|
existingImageName: registry.platform-dev.stratpro.hse.ru/mm25-synthdata/synt_data_stage:c157543-test3
|
2024-12-14 11:48:59 +00:00
|
|
|
inputs:
|
|
|
|
- name: input_data
|
2024-12-19 15:41:02 +00:00
|
|
|
path: /unip/data/synthesize_data/input
|
2024-12-14 11:48:59 +00:00
|
|
|
outputs:
|
|
|
|
- name: report_file
|
2024-12-19 15:41:02 +00:00
|
|
|
path: /unip/results/synthesize_data/report
|
2024-12-14 11:48:59 +00:00
|
|
|
- name: output_data
|
2024-12-19 15:41:02 +00:00
|
|
|
path: /unip/results/synthesize_data/output
|
2024-12-14 11:48:59 +00:00
|
|
|
- name: model
|
2024-12-19 15:41:02 +00:00
|
|
|
path: /unip/results/synthesize_data/model
|
2024-12-14 11:48:59 +00:00
|
|
|
resourceLimits:
|
|
|
|
cpu: "800m"
|
2024-12-17 12:34:47 +00:00
|
|
|
memory: "512M"
|
2024-12-14 11:48:59 +00:00
|
|
|
connectedBoxes:
|
|
|
|
- name: synthdata-box
|
2024-12-19 19:15:18 +00:00
|
|
|
path: /unip/data/synthesize_data/input
|
2024-12-14 11:48:59 +00:00
|
|
|
default: true
|
|
|
|
mountS3Box:
|
2024-12-19 19:45:37 +00:00
|
|
|
subPath: users/developer/file_groups/data
|
2024-12-14 11:48:59 +00:00
|
|
|
s3BoxName: synthdata-box
|
|
|
|
|