Package com.google.genai.types
Class TuningExample
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.TuningExample
None
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TuningExample.Builder
builder()
Instantiates a builder for TuningExample.static TuningExample
Deserializes a JSON string to a TuningExample object.output()
The expected model output.Text model input.abstract TuningExample.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
TuningExample
public TuningExample()
-
-
Method Details
-
textInput
Text model input. -
output
The expected model output. -
builder
Instantiates a builder for TuningExample. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a TuningExample object.
-