Batch Job
@Serializable
Config for batches.create return value.
Constructors
Link copied to clipboard
constructor(name: String? = null, displayName: String? = null, state: JobState? = null, error: JobError? = null, createTime: Instant? = null, startTime: Instant? = null, endTime: Instant? = null, updateTime: Instant? = null, model: String? = null, src: BatchJobSource? = null, dest: BatchJobDestination? = null, completionStats: CompletionStats? = null, outputInfo: BatchJobOutputInfo? = null)
Properties
Link copied to clipboard
Statistics on completed and failed prediction instances. This field is for Gemini Enterprise Agent Platform only.
Link copied to clipboard
The time when the BatchJob was created.
Link copied to clipboard
Configuration for the output data.
Link copied to clipboard
The display name of the BatchJob.
Link copied to clipboard
The time when the BatchJob was completed. This field is for Gemini Enterprise Agent Platform only.
Link copied to clipboard
Information further describing the output of this job. Output only.
Link copied to clipboard
Configuration for the input data. This field is for Gemini Enterprise Agent Platform only.
Link copied to clipboard
Output only. Time when the Job for the first time entered the JOB_STATE_RUNNING state.
Link copied to clipboard
The time when the BatchJob was last updated.