wandb.apis.public.Sweep
Sweep(
client, entity, project, sweep_id, attrs={}
)Examples:
api = wandb.Api()
sweep = api.sweep(path/to/sweep)Methods
best_run
best_runget
getload
loadsnake_to_camel
snake_to_camelLast updated
Sweep(
client, entity, project, sweep_id, attrs={}
)api = wandb.Api()
sweep = api.sweep(path/to/sweep)best_rungetloadsnake_to_camelLast updated
best_run(
order=None
)@classmethod
get(
client, entity=None, project=None, sid=None, withRuns=(True), order=None,
query=None, **kwargs
)load(
force=(False)
)snake_to_camel(
string
)