{ "id": "<string>", "timestamp": "<string>", "name": "<string>", "input": null, "output": null, "sessionId": "<string>", "release": "<string>", "version": "<string>", "userId": "<string>", "metadata": null, "tags": [ {} ], "public": true, "htmlPath": "<string>", "latency": 123, "totalCost": 123, "observations": [ { "id": "<string>", "traceId": "<string>", "type": "<string>", "name": "<string>", "startTime": "<string>", "endTime": "<string>", "completionStartTime": "<string>", "model": "<string>", "modelParameters": { "property1": "<string>", "property2": "<string>" }, "input": {}, "version": "<string>", "metadata": {}, "output": {}, "usage": { "input": 123, "output": 123, "total": 123, "unit": "<string>", "inputCost": 123, "outputCost": 123, "totalCost": 123 }, "level": "<string>", "statusMessage": "<string>", "parentObservationId": "<string>", "promptId": "<string>", "usageDetails": { "property1": 123, "property2": 123 }, "costDetails": { "property1": 123, "property2": 123 }, "promptName": "<string>", "promptVersion": 123, "modelId": "<string>", "inputPrice": 123, "outputPrice": 123, "totalPrice": 123, "calculatedInputCost": 123, "calculatedOutputCost": 123, "calculatedTotalCost": 123, "latency": 123, "timeToFirstToken": 123 } ], "scores": [ { "dataType": "<string>", "id": "<string>", "traceId": "<string>", "name": "<string>", "source": "<string>", "observationId": "<string>", "timestamp": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "authorUserId": "<string>", "comment": "<string>", "configId": "<string>", "queueId": "<string>", "value": 123 } ] }
Endpoint to create a new dataset on toolzz analytics
Show properties