deephyper.evaluator.callback.Job

Contents

deephyper.evaluator.callback.Job#

class deephyper.evaluator.callback.Job(id: str, args: dict, run_function: Callable, storage: Storage)[source]#

Bases: object

Represents the execution of a generic run_function by the Evaluator.

Parameters:
  • id (str) – unique identifier of the job. Usually an integer.

  • args (dict) – argument dictionnary of the run_function.

  • run_function (callable) – function executed by the Evaluator.

  • storage (Storage) – the storage client passed to the run_function.

Methods

create_running_job

set_output

Attributes

status