list_gemini_batches | R Documentation |
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
)
.filter |
Optional filter expression for batch listing (see Gemini API docs). |
.page_size |
Integer. Maximum number of results to return. Default: 20. |
.timeout |
Integer. Request timeout in seconds. Default: 60. |
.max_tries |
Integer. Maximum retry attempts. Default: 3. |
.dry_run |
Logical. If TRUE, returns the request object (for debugging). Default: FALSE. |
A tibble with columns: name, state, done, create_time, complete_time.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.