mm25-deploy/app/syntdata-test-pipe.yaml

36 lines
891 B
YAML
Raw Normal View History

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:
existingImageName: registry.platform-dev.stratpro.hse.ru/mm25-synthdata/synt_data_stage:c157543-test
2024-12-14 11:48:59 +00:00
inputs:
- name: input_data
path: /unip/data/synthesize_data/input
outputs:
- name: report_file
path: /unip/results/synthesize_data/report
- name: output_data
path: /unip/results/synthesize_data/output
- name: model
path: /unip/results/synthesize_data/model
resourceLimits:
cpu: "800m"
memory: "512M"
2024-12-14 11:48:59 +00:00
connectedBoxes:
- name: synthdata-box
path: /unip
default: true
mountS3Box:
s3BoxName: synthdata-box