Skip to main content

Method

Returns a paginated list of all tuning jobs in your project. The pager automatically handles pagination when iterating.
ListTuningJobsConfig
Configuration options for the list request

Response

Returns a Pager[TuningJob] object that implements the iterator protocol. Each iteration yields a TuningJob object.
object
Each tuning job in the list contains:

Usage

List All Tuning Jobs

With Pagination Control

Filter by State (Vertex AI)

Find Recent Jobs

Monitor Running Jobs

Export Job List

Notes

  • The pager automatically fetches additional pages as you iterate
  • Page size defaults vary between Gemini API and Vertex AI
  • Filtering is only supported on Vertex AI
  • Jobs are returned in reverse chronological order (newest first)

See Also