JobReference

data class JobReference(val jobId: String? = null)

Constructors

Link copied to clipboard
constructor(jobId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val jobId: String? = null

The job ID, which must be unique within the project. The job ID is generated by the server upon job submission or provided by the user as a means to perform retries without creating duplicate jobs