Vector
An encapsulation of a vector, representing a set of values generated by a specific model.
Fields
| Property | Required | Type | Description |
|---|---|---|---|
| name | True | string | Name identifying the model that produced this vector |
| version | True | string | Version of the model that produced this vector |
| values | True | List[number] | Values of the vector |