Metric Evaluation Object
The value and other information associated with a metric for an observation. Optionally, a metric evaluation can have a standard deviation (value_stddev
) that reflects the noise in your measurement. If your trial has no noise, or is deterministic, you should omit the value_stddev
parameter to ensure that you do not receive the same Suggestions multiple times.
Fields
Key | Type | Value |
---|---|---|
|
| A user-specified name for this metric. |
|
| The value that the metric took during the observation. |
|
| The standard deviation of the metric observed during the observation. |
Example
Last updated