Returns a tibble with recent Gemini batch operations and their metadata.
list_gemini_batches(
.filter = NULL,
.page_size = 20,
.timeout = 60,
.max_tries = 3,
.dry_run = FALSE
)Optional filter expression for batch listing (see Gemini API docs).
Integer. Maximum number of results to return. Default: 20.
Integer. Request timeout in seconds. Default: 60.
Integer. Maximum retry attempts. Default: 3.
Logical. If TRUE, returns the request object (for debugging). Default: FALSE.
A tibble with columns: name, state, done, create_time, complete_time.