submit

DatomaJob.submit(job_name=None, get_credits=False, resources=None)[source]

Submits the job to Datoma’s infrastructure.

Parameters:
  • job_name (str, optional) – Name of the job, defaults to None. If None, the name will be tool_task_job.

  • get_credits (bool, optional) – If True, the user will be shown the amount of credits expended to execute the Job, will need confirmation, defaults to False.

  • resources (dict, optional) – Resources to be used by the job (only works if user has developer access at login) The keys must be ‘vcpu’ and ‘memory’ (in MiB), the values are to be specified as integers. defaults to None.