MetricsApi¶
All URIs are relative to http://localhost:8080/api/v3
| Method | HTTP request | Description |
|---|---|---|
| deleteMetrics | POST /metrics/delete | Delete metrics models |
| getMetrics | GET /metrics/get | Returns a list of metrics models |
| predictMetrics | POST /metrics/predict | Predict metrics development based on model and input metrics |
| trainMetrics | POST /metrics/train | Trains a model on a set of metrics |
deleteMetrics¶
Map deleteMetrics(body, api_key)
Delete metrics models
Parameters¶
| Name | Type | Description | Notes |
|---|---|---|---|
| body | Object | ||
| api_key | String | [optional] [default to null] |
Return type¶
Authorization¶
HTTP request headers¶
- Content-Type: application/json
- Accept: application/json
getMetrics¶
Map getMetrics(api_key)
Returns a list of metrics models
Returns a list of metrics models
Parameters¶
| Name | Type | Description | Notes |
|---|---|---|---|
| api_key | String | [optional] [default to null] |
Return type¶
Authorization¶
HTTP request headers¶
- Content-Type: Not defined
- Accept: application/json
predictMetrics¶
Map predictMetrics(body, api_key)
Predict metrics development based on model and input metrics
Parameters¶
| Name | Type | Description | Notes |
|---|---|---|---|
| body | Object | ||
| api_key | String | [optional] [default to null] |
Return type¶
Authorization¶
HTTP request headers¶
- Content-Type: application/json
- Accept: application/json
trainMetrics¶
Map trainMetrics(body, api_key)
Trains a model on a set of metrics
Parameters¶
| Name | Type | Description | Notes |
|---|---|---|---|
| body | Object | ||
| api_key | String | [optional] [default to null] |
Return type¶
Authorization¶
HTTP request headers¶
- Content-Type: application/json
- Accept: application/json