yr.config.ClientInfo

Contents

yr.config.ClientInfo#

class yr.config.ClientInfo(job_id: str)[source]#

Bases: object

Use to store yr client info.

Attributes

job_id

Automatically generated when yr.init is called, a unique identifier for a task.

Methods