secure-data-sandbox/sample-data/benchmark1.yaml

18 строки
332 B
YAML

name: benchmark1
author: author1
apiVersion: v1alpha1
stages:
- name: candidate
kind: candidate
volumes:
- name: training
path: /input
readonly: true
- name: scoring
kind: container
image: benchmark-image
volumes:
- name: reference
path: /reference
readonly: true