Package com.google.genai.types
Class GetTuningJobParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GetTuningJobParameters
Parameters for the get method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for GetTuningJobParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for GetTuningJobParameters.abstract Optional<GetTuningJobConfig>
config()
Optional parameters for the request.static GetTuningJobParameters
Deserializes a JSON string to a GetTuningJobParameters object.name()
abstract GetTuningJobParameters.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
GetTuningJobParameters
public GetTuningJobParameters()
-
-
Method Details
-
name
-
config
Optional parameters for the request. -
builder
Instantiates a builder for GetTuningJobParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GetTuningJobParameters object.
-