Full name: projects.locations.tuningJobs.list
Lists tuning jobs in a location.
Endpoint
gethttps://aiplatform.googleapis.com/v1/{parent}/tuningJobs
Path parameters
parentstring
Required. The resource name of the location to list the tuning jobs from. Format: projects/{project}/locations/{location}
Query parameters
filterstring
Optional. The standard list filter.
pageSizeinteger
Optional. The standard list page size.
pageTokenstring
Optional. The standard list page token.
Typically obtained from ListTuningJobsResponse.next_page_token of the previous GenAiTuningService.ListTuningJobs call.
Request body
The request body must be empty.
Response body
Response message for GenAiTuningService.ListTuningJobs
If successful, the response body contains data with the following structure:
The tuning jobs that match the request.
nextPageTokenstring
A token to retrieve the next page of results.
Pass this token in a subsequent [GenAiTuningService.ListTuningJobs] call to retrieve the next page of results.
| JSON representation |
|---|
{
"tuningJobs": [
{
object ( |