
Enable to create learning without specifing experiment_id. Currently, user must specify experiment_id and model_id when creating learning-job. However, meteso can find out experiment_id from model_id. Change-Id: I0ba179424bc794469824c934ee3cd6988db70991
8 lines
186 B
JSON
8 lines
186 B
JSON
{
|
|
"display_name": "example-learning-job",
|
|
"display_description": "This is a sample job",
|
|
"model_id": "<YOUR_MODEL_ID>",
|
|
"method": "predict",
|
|
"args": "<INPUT_DATA>"
|
|
}
|