List Tuning Jobs Response
@Serializable
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
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
The tuning jobs that match the request.