Package com.google.genai.types
Class TuningExample.Builder
java.lang.Object
com.google.genai.types.TuningExample.Builder
- Enclosing class:
- TuningExample
Builder for TuningExample.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TuningExamplebuild()Clears the value of output field.Clears the value of textInput field.abstract TuningExample.BuilderSetter for output.abstract TuningExample.BuilderSetter for textInput.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
output
Setter for output.output: Required. The expected model output.
-
clearOutput
Clears the value of output field. -
textInput
Setter for textInput.textInput: Optional. Text model input.
-
clearTextInput
Clears the value of textInput field. -
build
-