List data sources used to update an encoder
List the names of every data source that has been used to update (via [Update encoder from a data source (async job)](/docs/api-reference/encoders/encoders-encodername-learnds-post)) the given Encoder.
List the names of every data source that has been used to update (via Update encoder from a data source (async job)) the given Encoder.
Authorization
SymetryMLAuth HMAC-SHA256 signature-based authentication: requests are signed with
your secret key and sent with the Customer-ID, Sym-date,
Authorization, Content-MD5 and sym-version headers.
See SymetryML REST API Security
for the signature algorithm and a complete example.
In: header
Path Parameters
User/Customer identifier
Response Body
application/json
application/json
curl -X GET "https://example.com/c1/encoders/superenc0/dss"{ "statusCode": 200, "statusString": "OK", "values": { "stringList": { "values": [ "iris_s3", "iris_sftp" ] } }}{ "statusCode": 400, "statusString": "Customer[c1] does not have Encoder[nosuchenc].", "values": {}}Delete encoder DELETE
Delete an Encoder. Fails if the encoder is currently assigned to a project (see [Assign encoder to project](/docs/api-reference/encoders/projects-project-encoderassign-get)) or is the target of a running `learnds`-scheduled job — either must be cleared first.
Get encoder key values GET
Get the raw key/value/count/sum rows an Encoder holds for one categorical key (the attribute name, not one of its values) — the finer-grained, per-value data that [Get encoder statistics](/docs/api-reference/encoders/encoders-encodername-stats-get) aggregates into per-key statistics. Compare/pair with [Bulk-create encoder key values](/docs/api-reference/encoders/encoders-encodername-createkeyvalues-post) (bulk insert) and [Overwrite encoder key values](/docs/api-reference/encoders/encoders-encodername-keyvals-key-setvalues-post) (overwrite) below.