2024-12-14 11:48:59 +00:00
|
|
|
|
|
|
|
|
|
apiVersion: "unified-platform.cs.hse.ru/v1"
|
|
|
|
|
kind: APIComponent
|
|
|
|
|
metadata:
|
|
|
|
|
name: train-generate-api
|
2024-12-14 14:02:40 +00:00
|
|
|
|
namespace: pu-mgalynchik-pa-mm25-synth
|
2024-12-14 11:48:59 +00:00
|
|
|
|
spec:
|
|
|
|
|
published: true
|
|
|
|
|
experimentPipeline:
|
|
|
|
|
name: train-generate
|
|
|
|
|
restfulApi:
|
|
|
|
|
auth:
|
|
|
|
|
basic:
|
|
|
|
|
credentials: synth-apis-cred
|
|
|
|
|
identityPassThrough: true
|
|
|
|
|
apiSpec:
|
|
|
|
|
inputs:
|
|
|
|
|
- name: input_data
|
|
|
|
|
description: "Путь до папки с датасетом для обучения"
|
|
|
|
|
type:
|
|
|
|
|
datatypes: [ "FILE" ]
|
|
|
|
|
contentTypes: [ "text/csv" ]
|
|
|
|
|
outputs:
|
|
|
|
|
- name: report_file
|
|
|
|
|
description: "Путь до папки куда пайплайн сохранит отчет об обучении"
|
|
|
|
|
- name: output_data
|
|
|
|
|
description: "Путь до папки куда пайплайн сохранит сгенерированные данные"
|
|
|
|
|
- name: model
|
|
|
|
|
description: "Путь до папки куда пайплайн сохранит модель"
|