All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| riskAnalyticsMlClassificationResetModelToDefaults | POST /api/v3/classification/ml/models/reset | Summary: Reset the model to its default weights. Description: Load the initial model instead of the existing model - this action is irreversible. |
Riskanalyticsmlclassificationv3ResetModelToDefaultsResponse riskAnalyticsMlClassificationResetModelToDefaults()
import { createConfiguration, RiskAnalyticsMlClassificationApi } from '';
const configuration = createConfiguration();
const apiInstance = new RiskAnalyticsMlClassificationApi(configuration);
const request = {};
const data = await apiInstance.riskAnalyticsMlClassificationResetModelToDefaults(request);
console.log('API called successfully. Returned data:', data);This endpoint does not need any parameter.
Riskanalyticsmlclassificationv3ResetModelToDefaultsResponse
- Content-Type: Not defined
- Accept: application/json
| Status code | Description | Response headers |
|---|---|---|
| 200 | A successful response. | - |
| 0 | An unexpected error response. | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]