2021-03-25 08:34:07 +01:00
{
"form" : {
"title" : "Set allowed algorithms" ,
2022-08-15 15:57:53 +02:00
"description" : "Only the algorithms selected here will be allowed to run on your dataset. Uncheck all to remove any access to your dataset." ,
2022-06-27 11:15:45 +02:00
"success" : "🎉 Successfully updated. 🎉\n\nUpdates might not show up right away on your asset. In this case, wait some seconds and reload your asset details page in your browser." ,
2021-03-25 08:34:07 +01:00
"error" : "Updating DDO failed." ,
"data" : [
{
"name" : "publisherTrustedAlgorithms" ,
"label" : "Selected Algorithms" ,
2022-08-15 15:57:53 +02:00
"help" : "Choose one or multiple algorithms you trust to allow them to run on this dataset." ,
2021-03-25 08:34:07 +01:00
"type" : "assetSelectionMultiple" ,
"multiple" : true ,
"options" : [ ] ,
"sortOptions" : false
2021-04-29 00:26:09 +02:00
} ,
{
"name" : "allowAllPublishedAlgorithms" ,
"label" : "All Algorithms" ,
2022-08-15 15:57:53 +02:00
"help" : "Allow any published algorithm to run on this dataset." ,
2021-04-29 00:26:09 +02:00
"type" : "checkbox" ,
"options" : [ "Allow any published algorithm" ]
2021-03-25 08:34:07 +01:00
}
]
}
}