Skip to content

Commit 2db5ab9

Browse files
authored
Add wandb_entity to OpenAPI definition
Added wandb_entity field to OpenAPI specification.
1 parent e35014d commit 2db5ab9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2599,6 +2599,9 @@ paths:
25992599
wandb_name:
26002600
type: string
26012601
description: The Weights & Biases name for your run.
2602+
wandb_entity:
2603+
type: string
2604+
description: The Weights & Biases entity for your run.
26022605
train_on_inputs:
26032606
oneOf:
26042607
- type: boolean

0 commit comments

Comments
 (0)