bayesline.api.TaskResponse#
- pydantic model bayesline.api.TaskResponse#
Show JSON schema
{ "title": "TaskResponse", "type": "object", "properties": { "task_id": { "title": "Task Id", "type": "string" }, "extra": { "additionalProperties": true, "title": "Extra", "type": "object" } }, "required": [ "task_id" ] }
- Fields:
extra (dict[str, Any])
task_id (str)