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