ExperimentAsyncResponse
queue_name object
The queue this study was actually enqueued on, so the caller can see where their work went rather than inferring it from the priority they sent. Null when the experiment ran inline (DEBUG mode) or when the request failed before dispatch.
- string
- null
string
wandb_run_idWandb Run Idrequired
wandb_run_nameWandb Run Namerequired
ExperimentAsyncResponse
{
"queue_name": "string",
"wandb_run_id": "string",
"wandb_run_name": "string"
}