Package com.google.genai.types
Class ListTuningJobsResponse
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ListTuningJobsResponse
Response for the list tuning jobs method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for ListTuningJobsResponse. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for ListTuningJobsResponse.static ListTuningJobsResponseDeserializes a JSON string to a ListTuningJobsResponse object.A token to retrieve the next page of results.abstract ListTuningJobsResponse.BuilderCreates a builder with the same values as this instance.List of TuningJobs in the requested page.Methods inherited from class com.google.genai.JsonSerializable
toJson
-
Constructor Details
-
ListTuningJobsResponse
public ListTuningJobsResponse()
-
-
Method Details
-
nextPageToken
A token to retrieve the next page of results. Pass to ListTuningJobsRequest.page_token to obtain that page. -
tuningJobs
List of TuningJobs in the requested page. -
builder
Instantiates a builder for ListTuningJobsResponse. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ListTuningJobsResponse object.
-