ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
cURL
curl --request PUT \ --url https://api.galileo.ai/v2/projects/{project_id} \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data ' { "name": "<string>", "created_by": "<string>", "type": "training_inference", "labels": [ "<string>" ], "description": "<string>" } '
{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "created_by": "<string>", "type": "training_inference", "labels": [ "sample" ], "description": "<string>" }
training_inference
prompt_evaluation
llm_monitor
protect
gen_ai
Successful Response
Enum for project labels used in the UI.
sample
Was this page helpful?