SymetryML Documentation
Encoders

Assign encoder to project

Assign an existing Encoder to a project, so the project's DS-based learn/predict flow encodes matching attributes through it. A project may have at most one assigned encoder at a time; assigning a new one replaces any previous assignment. Not supported on partitioned (meta) projects.

GET
/{user}/projects/{project}/encoderAssign

Assign an existing Encoder to a project, so the project's DS-based learn/predict flow encodes matching attributes through it. A project may have at most one assigned encoder at a time; assigning a new one replaces any previous assignment. Not supported on partitioned (meta) projects.

Authorization

SymetryMLAuth
AuthorizationBearer <token>

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

project*string

Project identifier

Query Parameters

encodername*string

Response Body

application/json

application/json

curl -X GET "https://example.com/{user}/projects/nbra_prj_iris/encoderAssign?encodername=superenc0"
{  "statusCode": 200,  "statusString": "OK",  "values": {}}

{  "statusCode": 400,  "statusString": "Null or empty encoder name.",  "values": {}}