Skip to content
Snippets Groups Projects
Verified Commit 5931f140 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

fix user config params

parent 3b973005
No related branches found
No related tags found
1 merge request!2Implement worker
Pipeline #81801 passed
...@@ -11,14 +11,14 @@ workers: ...@@ -11,14 +11,14 @@ workers:
build: Dockerfile build: Dockerfile
user_configuration: user_configuration:
train_folder_id: train_folder_id:
type: str type: string
title: ID of the training folder on Arkindex title: ID of the training folder on Arkindex
required: true required: true
validation_folder_id: validation_folder_id:
type: str type: string
title: ID of the validation folder on Arkindex title: ID of the validation folder on Arkindex
required: true required: true
test_folder_id: test_folder_id:
type: str type: string
title: ID of the testing folder on Arkindex title: ID of the testing folder on Arkindex
required: true required: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment