Array dimensions do not match expected ndarray shape.
| Name | Type | Required | Description |
|---|---|---|---|
| expected_shape | List[int] | Yes | The expected array shape from the model API specification |
| actual_shape | Optional[List[int]] | No | The actual shape of the provided array |
| type | Literal["invalidArrayShape"] | Yes | None |