SymetryML Documentation
Federated learning

Enable peer exploration

Allow or disallow other peers in the federation to explore this project. Only valid for federated projects. If `allowExplore` is omitted or anything other than the literal string `true`, exploration is disabled.

GET
/{user}/fedml/{project}/setExplorePeers

Allow or disallow other peers in the federation to explore this project. Only valid for federated projects. If allowExplore is omitted or anything other than the literal string true, exploration is disabled.

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

user*string

User/Customer identifier

project*string

Project identifier

Query Parameters

allowExplore?boolean
Defaultfalse

Response Body

application/json

application/json

curl -X GET "https://example.com/c1/fedml/nbra_prj_iris/setExplorePeers?allowExplore=true"
{  "statusCode": 200,  "statusString": "OK",  "values": {}}

{  "statusCode": 500,  "statusString": "Error Invalid project name / or not logged in.",  "values": {}}