ListTuningJobsResponse

@Serializable
data class ListTuningJobsResponse(val sdkHttpResponse: HttpResponse? = null, val nextPageToken: String? = null, val tuningJobs: List<TuningJob>? = null)

Response for the list tuning jobs method.

Constructors

Link copied to clipboard
constructor(sdkHttpResponse: HttpResponse? = null, nextPageToken: String? = null, tuningJobs: List<TuningJob>? = null)

Properties

Link copied to clipboard
val nextPageToken: String? = null

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.

Link copied to clipboard

Used to retain the full HTTP response.

Link copied to clipboard
val tuningJobs: List<TuningJob>? = null

The tuning jobs that match the request.