Package com.google.genai.types
Class ListTuningJobsConfig
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ListTuningJobsConfig
Configuration for the list tuning jobs method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for ListTuningJobsConfig. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListTuningJobsConfig.Builderbuilder()Instantiates a builder for ListTuningJobsConfig.filter()static ListTuningJobsConfigDeserializes a JSON string to a ListTuningJobsConfig object.abstract Optional<HttpOptions>Used to override HTTP request options.pageSize()abstract ListTuningJobsConfig.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
ListTuningJobsConfig
public ListTuningJobsConfig()
-
-
Method Details
-
httpOptions
Used to override HTTP request options. -
pageSize
-
pageToken
-
filter
-
builder
Instantiates a builder for ListTuningJobsConfig. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ListTuningJobsConfig object.
-