flytekitplugins.wandb.wandb_init#
- class flytekitplugins.wandb.wandb_init(task_function=None, project=None, entity=None, secret=None, id=None, host='https://wandb.ai', api_host='https://api.wandb.ai', **init_kwargs)#
Methods
- Parameters:
- execute(*args, **kwargs)#
This method will be called when the decorated function is called.
- get_extra_config()#
Get the config of the decorator.
Attributes
- LINK_TYPE_KEY = 'link_type'
- PORT_KEY = 'port'
- WANDB_ENTITY_KEY = 'entity'
- WANDB_HOST_KEY = 'host'
- WANDB_ID_KEY = 'id'
- WANDB_PROJECT_KEY = 'project'