
Extend parameters of "model-recreate" so that user can recreate model with new model parameters. implements blueprint recreate-model Change-Id: I69b54511a08581f1045477d663163a0009f114f5
12 lines
387 B
JSON
12 lines
387 B
JSON
{
|
|
"display_name": "recreate-recommendation-model",
|
|
"display_description": "Recreate Recommendation Model",
|
|
"source_dataset_url": "<YOUR_SOURCE_DATASET_URL>",
|
|
"dataset_format": "<YOUR_DATASET_FORMAT>",
|
|
"model_type": "Recommendation",
|
|
"model_params": "{'numIterations': 10}",
|
|
"swift_tenant": "demo",
|
|
"swift_username": "demo",
|
|
"swift_password": "nova"
|
|
}
|