Enable/disable histogram
Enable or disable histogram tracking for probability density function (PDF) analysis. Supports configurable window sizes for streaming data scenarios.
Enable or disable histogram tracking for probability density function (PDF) analysis. Supports configurable window sizes for streaming data scenarios.
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
Project identifier
Query Parameters
Enable (true) or disable (false) histogram tracking
Histogram implementation type to use. Defaults to a t-digest-merge based histogram.
"hist_type_td_merge"Response Body
application/json
application/json
curl -X POST "https://example.com/c1/projects/nbra_prj_iris/histogramEnable?enable=true"{ "statusCode": 200, "statusString": "OK", "values": {}}{ "statusCode": 400, "statusString": "Cannot find project id[unknownPrj] for Customer id [c1]", "values": {}}Get learning framework statistics GET
Returns per-learn/forget-call statistics. Each entry in the returned list is itself a JSON-encoded string combining the call's key (parsed from an internal log key) with its stat values.
Import project POST
Imports a previously-exported project. By default the imported project is created under the name given by the `{project}` path parameter (which must not already exist for this customer). If `otherProjectName` is supplied instead, the imported project is merged into that existing project rather than created as new, and `{project}` is ignored for that case.