name
str - The name for this job. Defaults to “job”.env
Env - The environment configuration for this job. Defaults to empty Env().name
str - The name for this job.str
- The name of the job as specified during construction,
or “job” if no name was provided.client
Client | None - The client to use for running the job. Defaults to None (uses default client).args
dict[str, object] | None - Arguments to pass to the job. Defaults to None.JobHandle
- A handle to the running job.