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. -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
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 Optional<HttpResponse>Used to retain the full HTTP response.abstract ListTuningJobsResponse.BuilderCreates a builder with the same values as this instance.The tuning jobs that match the request.Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString
-
Constructor Details
-
ListTuningJobsResponse
public ListTuningJobsResponse()
-
-
Method Details
-
sdkHttpResponse
Used to retain the full HTTP response. -
nextPageToken
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. -
tuningJobs
The tuning jobs that match the request. -
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.
-