Skip to content

Commit

Permalink
add properties file for backup
Browse files Browse the repository at this point in the history
Signed-off-by: binliu <[email protected]>
  • Loading branch information
binliunls committed Oct 17, 2024
1 parent 02ad3f7 commit 25623d6
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions operators/medical_imaging/operators/properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"train": {
"bundle_root": {
"description": "root path of the bundle.",
"required": true,
"id": "bundle_root"
},
"device": {
"description": "target device to execute the bundle workflow.",
"required": true,
"id": "device"
},
"dataflow": {
"description": "dataflow to execute the bundle workflow.",
"required": true,
"id": "dataflow"
}
},
"infer": {
"bundle_root": {
"description": "root path of the bundle.",
"required": true,
"id": "bundle_root"
},
"device": {
"description": "target device to execute the bundle workflow.",
"required": true,
"id": "device"
},
"dataflow": {
"description": "dataflow to execute the bundle workflow.",
"required": true,
"id": "dataflow"
}
},
"meta": {
"version": {
"description": "bundle version",
"required": true,
"id": "_meta_::version"
},
"channel_def": {
"description": "channel definition for the prediction",
"required": false,
"id": "_meta_::network_data_format::outputs::pred::channel_def"
},
"type": {
"description": "data type of the input image",
"required": true,
"id": "_meta_::network_data_format::outputs::pred::type"
}
}
}

0 comments on commit 25623d6

Please sign in to comment.