Batch Job Metadata
@Serializable
Metadata for a batch job.
Constructors
Link copied to clipboard
constructor(model: String? = null, displayName: String? = null, output: BatchOutput? = null, createTime: String? = null, endTime: String? = null, updateTime: String? = null, batchStats: BatchStats? = null, state: String? = null, name: String? = null)
Properties
Link copied to clipboard
Stats about the batch.
Link copied to clipboard
The timestamp when the batch job was created.
Link copied to clipboard
A display name for the batch job.
Link copied to clipboard
The output of the batch job.
Link copied to clipboard
The timestamp when the batch job was last updated.