This REST API provides programmatic access to all research aspects of this OCHRE site, subject to the same authentication and permissions checks that govern the web interface.
GET /api/machinelearningmodel/create/starcoder/
HTTP 200 OK
	  Allow: GET, POST, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "name": "",
    "primarysource": null,
    "query": null,
    "created_by": null
}
A unique name for this object, typically just a unique lowercase string.