Skip to content

Commit

Permalink
update process dataset to viash 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Jun 28, 2024
1 parent f1494dc commit 0ea712e
Showing 1 changed file with 31 additions and 32 deletions.
63 changes: 31 additions & 32 deletions src/api/comp_process_dataset.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
functionality:
namespace: "label_projection"
info:
type: process_dataset
type_info:
label: Data processor
summary: A label projection dataset processor.
description: |
A component for processing a Common Dataset into a task-specific dataset.
arguments:
- name: "--input"
__merge__: file_common_dataset.yaml
direction: input
required: true
- name: "--output_train"
__merge__: file_train.yaml
direction: output
required: true
- name: "--output_test"
__merge__: file_test.yaml
direction: output
required: true
- name: "--output_solution"
__merge__: file_solution.yaml
direction: output
required: true
test_resources:
- path: /resources_test/common/pancreas
dest: resources_test/common/pancreas
- type: python_script
path: /common/component_tests/run_and_check_output.py

namespace: ""
info:
type: process_dataset
type_info:
label: Data processor
summary: A label projection dataset processor.
description: |
A component for processing a Common Dataset into a task-specific dataset.
arguments:
- name: "--input"
__merge__: file_common_dataset.yaml
direction: input
required: true
- name: "--output_train"
__merge__: file_train.yaml
direction: output
required: true
- name: "--output_test"
__merge__: file_test.yaml
direction: output
required: true
- name: "--output_solution"
__merge__: file_solution.yaml
direction: output
required: true
test_resources:
- path: /resources_test/common/pancreas
dest: resources_test/common/pancreas
- type: python_script
path: /common/component_tests/run_and_check_output.py

0 comments on commit 0ea712e

Please sign in to comment.