google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai.types
/
TuningExample
/
Builder
Builder
public
abstract
class
Builder
Builder for TuningExample.
Members
Constructors
Tuning
Example.
Builder
Link copied to clipboard
public
void
TuningExample.Builder
(
)
Functions
build
Link copied to clipboard
public
abstract
TuningExample
build
(
)
clear
Output
Link copied to clipboard
@
CanIgnoreReturnValue
(
)
public
TuningExample.Builder
clearOutput
(
)
Clears the value of output field.
clear
Text
Input
Link copied to clipboard
@
CanIgnoreReturnValue
(
)
public
TuningExample.Builder
clearTextInput
(
)
Clears the value of textInput field.
output
Link copied to clipboard
public
abstract
TuningExample.Builder
output
(
String
output
)
Setter for output.
text
Input
Link copied to clipboard
public
abstract
TuningExample.Builder
textInput
(
String
textInput
)
Setter for textInput.