Starting April 29, 2025, Gemini 1.5 Pro and Gemini 1.5 Flash models are not available in projects that have no prior usage of these models, including new projects. For details, see Model versions and lifecycle.
Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.tuningJobs.list
Lists TuningJobs in a Location.
Endpoint
get
https://aiplatform.googleapis.com/v1/{parent}/tuningJobs
Path parameters
parent
string
Required. The resource name of the Location to list the TuningJobs from. Format: projects/{project}/locations/{location}
Query parameters
filter
string
Optional. The standard list filter.
pageSize
integer
Optional. The standard list page size.
pageToken
string
Optional. The standard list page token. Typically obtained via ListTuningJobsResponse.next_page_token of the previous GenAiTuningService.ListTuningJob][] call.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# Method: tuningJobs.list\n\n**Full name**: projects.locations.tuningJobs.list\n\nLists TuningJobs in a Location. \n\n### Endpoint\n\nget `https:``/``/aiplatform.googleapis.com``/v1``/{parent}``/tuningJobs` \n\n### Path parameters\n\n`parent` `string` \nRequired. The resource name of the Location to list the TuningJobs from. Format: `projects/{project}/locations/{location}`\n\n### Query parameters\n\n`filter` `string` \nOptional. The standard list filter.\n`pageSize` `integer` \nOptional. The standard list page size.\n`pageToken` `string` \nOptional. The standard list page token. Typically obtained via [ListTuningJobsResponse.next_page_token](/vertex-ai/generative-ai/docs/reference/rest/v1/projects.locations.tuningJobs/list#body.ListTuningJobsResponse.FIELDS.next_page_token) of the previous GenAiTuningService.ListTuningJob\\]\\[\\] call.\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nResponse message for [GenAiTuningService.ListTuningJobs](/vertex-ai/generative-ai/docs/reference/rest/v1/projects.locations.tuningJobs/list#google.cloud.aiplatform.v1.GenAiTuningService.ListTuningJobs)\n\nIf successful, the response body contains data with the following structure:\nFields `tuningJobs[]` `object (`[TuningJob](/vertex-ai/generative-ai/docs/reference/rest/v1/projects.locations.tuningJobs#TuningJob)`)` \nList of TuningJobs in the requested page.\n`nextPageToken` `string` \nA token to retrieve the next page of results. Pass to [ListTuningJobsRequest.page_token](/vertex-ai/generative-ai/docs/reference/rest/v1/projects.locations.tuningJobs/list#body.QUERY_PARAMETERS.page_token) to obtain that page."]]