PATCH
/v1/private/experiments/{id}Update experiment by idUpdate experiment by id
Parameters
idstring · uuidpathrequiredRequest body
application/json
objectExperimentUpdate
experiment_scoresarray of objectShow child attributes
Show array items
namestringrequiredvaluenumberrequiredmetadataobjectnamestringstatusstringThe status of the experiment
tagsarray of stringTags
Show child attributes
tags_to_addarray of stringTags to add
Show child attributes
tags_to_removearray of stringTags to remove
Show child attributes
typestring{
"experiment_scores": [
{
"name": "string",
"value": 0
}
],
"metadata": {},
"name": "string",
"status": "cancelled",
"tags": [
"string"
],
"tags_to_add": [
"string"
],
"tags_to_remove": [
"string"
],
"type": "mini-batch"
}Responses
objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}