Batch Job
@Serializable
Represents the response from a batch job creation or retrieval. This corresponds to the Operation resource in the API.
Constructors
Link copied to clipboard
constructor(name: String, metadata: BatchJobMetadata? = null, done: Boolean? = null, error: GeminiError? = null, response: BatchJobResponse? = null)