Project Update
https://api.staging.sigopt.com/v1/clients/CLIENT_ID/projects/PROJECT_ID
Updates an existing Project.
Request Method: PUT
Parameters
Name | Type | Required? | Description |
---|---|---|---|
metadata | Metadata | N | Optional user-provided object. See Using Metadata for more information. |
name | string | N | A user-specified name for this project. |
Response
Project object.Example Request
Response
{
"client": "1",
"created": 1414800000,
"deleted": false,
"experiment_count": 1,
"id": "classification-models",
"metadata": null,
"name": "Classification Models",
"object": "project",
"training_run_count": 2,
"updated": 1446422400,
"user": "1234"
}