932 B
932 B
ApiRunMetric
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | str | Required. The user defined name of the metric. It must between 1 and 63 characters long and must conform to the following regular expression: `a-z?`. | [optional] |
| node_id | str | Required. The runtime node ID which reports the metric. The node ID can be found in the RunDetail.workflow.Status. Metric with same (node_id, name) are considerd as duplicate. Only the first reporting will be recorded. Max length is 128. | [optional] |
| number_value | float | The number value of the metric. | [optional] |
| format | RunMetricFormat | [optional] |