cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/training/anomaly/{learnId}/gmm/metadata \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "means": [ [ 123 ] ], "covariances": [ [ [ 123 ] ] ], "weights": [ 123 ] }
Get raw model metadata of the Gaussian mixture model (GMM) for a trained anomaly block. Use the impulse blocks to find the learnId.
Project ID
Learn Block ID, use the impulse functions to retrieve the ID
OK
The response is of type object.
object