Skip to content

Commit

Permalink
Add suggested model name changes for supervised
Browse files Browse the repository at this point in the history
  • Loading branch information
angaivor committed Apr 15, 2020
1 parent 64002bb commit 92e379d
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,10 @@
"description": "Use label file for training a model.",
"type": "boolean",
"default": false
},
"modelName": {
"description": "Optional user defined model name.",
"type": "string"
}
}
},
Expand Down Expand Up @@ -1071,6 +1075,16 @@
"description": "Date and time (UTC) when the status was last updated.",
"type": "string",
"x-nullable": false
},
"modelName": {
"type": "string",
"description": "Optional user defined model name."
},
"composedNames": {
"type": "object",
"additionalProperties": {
"type": "string"
}
}
}
},
Expand Down Expand Up @@ -1264,6 +1278,10 @@
"items": {
"type": "string"
}
},
"modelName": {
"description": "Optional user-defined model name.",
"type": "string"
}
}
},
Expand Down

0 comments on commit 92e379d

Please sign in to comment.