Add Feature Vectors

Add new feature vector/s

Request
Request Body schema: application/json

feature vector/s to be uploaded

Any of:

feature vector/s to be uploaded

_id
required
string
entityId
required
string
createdAt
required
string <date-time>
project
required
string
org
string
creator
required
string
required
object (AuthZBlock_DatasetContext_)
value_blob
string <byte>

value_blob

vector as saved to the db will not be fetched from the database not readable or usable

value
required
Array of numbers <double>

value - actual readable vector

featureSetId
required
string

featureSetId - ref to a featureSet this vector is a part of

version
required
string

version - version of the feature set generator

parentId
string

parentId - used when FeatureVector is a subFeature

property name*
additional property
any
Responses
200

Ok

400

Missing argument

post/features/vectors
Request samples
application/json
[ ]
Response samples
application/json
[
  • {
    }
]