cURL
curl --request PATCH \ --url https://api.galileo.ai/v2/projects/{project_id}/runs/{run_id}/insights-settings \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data ' { "insights": { "logstream": { "enabled": false } } } '
{ "run_id": "<string>", "insights": { "logstream": { "enabled": false, "start_time": "2023-11-07T05:31:56Z" } } }
The insights configuration for the run.
Show child attributes
Logstream insights configuration.
Whether logstream insights are enabled for this run.
Start time for generating logstream insights.
Successful Response
The ID of the run this settings belong to.
Was this page helpful?