mm25-deploy/app/syntdata-test-api.yaml
2024-12-14 14:48:59 +03:00

29 lines
No EOL
997 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

apiVersion: "unified-platform.cs.hse.ru/v1"
kind: APIComponent
metadata:
name: train-generate-api
namespace: pu-mgalynchik-pa-mm25-synthdata
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: "Путь до папки куда пайплайн сохранит модель"