Observation Update
https://api.sigopt.com/v1/experiments/EXPERIMENT_ID/observations/OBSERVATION_ID
Updates an existing Observation.
Request Method: PUT
Parameters
Name | Type | Required? | Description |
---|---|---|---|
| N | Provide | |
|
| N | A boolean indicating whether this observation failed for some reason. SigOpt takes this into consideration when optimizing. It is invalid for both |
| N | Optional user-provided object. See Using Metadata for more information. | |
|
| N | Provide |
|
| N | An array of Metric Evaluation objects. For experiments with more than one Metric, you must use this instead of |
Deprecated Parameters
These parameters should no longer be used because there are better alternatives.
Name | Type | Required? | Description |
---|---|---|---|
|
| N | The observed metric value from this trial. |
|
| N | The standard deviation in |
Response
Observation object.
Example Request
Last updated