Method
Configuration options for the list request
Response
Returns aPager[TuningJob] object that implements the iterator protocol. Each iteration yields a TuningJob 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
- tunings.get - Get details of a specific job
- tunings.tune - Create a new tuning job
- tunings.cancel - Cancel a running job