Gemini.Types.ListBatchJobsResponse (GeminiEx v0.8.2)

View Source

Response type for listing batch jobs.

Summary

Types

t()

Response from listing batch jobs.

Functions

Creates a ListBatchJobsResponse from API response.

Checks if there are more pages available.

Types

t()

@type t() :: %Gemini.Types.ListBatchJobsResponse{
  batch_jobs: [Gemini.Types.BatchJob.t()],
  next_page_token: String.t() | nil
}

Response from listing batch jobs.

Functions

from_api_response(response)

@spec from_api_response(map()) :: t()

Creates a ListBatchJobsResponse from API response.

has_more_pages?(list_batch_jobs_response)

@spec has_more_pages?(t()) :: boolean()

Checks if there are more pages available.