parameterized_models

Validate Parameters

Validate parameterized model parameters against reference values.

For each known reference parameter, computes the value implied by the supplied parameter set, the reference value, the percentage deviation, a status (success/warning/error), an explanatory message, and an optional autofix that would close the gap.

post/parameterized_models/validate-parameters

Query parameters

cell_spec_idstring required

Request body

parametersobject required
model_idstring required

Response

Successful Response

resultsobject

Validation results keyed by parameter name (e.g. 'Capacity [Ah]').

Changes