class JobHandle()
JobHandle holds information about a running job. Attributes:
  • job_id str - The job identifier.
  • job_url str - The job URL on the Eventual Platform dashboard.
  • space_id str - The space where this job was submitted to.
Notes: This constructor is typically not called directly by users. JobHandle instances are usually returned by job submission methods.

job_id

@property
def job_id() -> str
Returns the job id.

job_url

@property
def job_url() -> str
Returns the job url on the Eventual Platform dashboard.

space_id

@property
def space_id() -> str
Returns the space where this job was submitted to.