Package com.google.genai.types
Class OutputInfo.Builder
java.lang.Object
com.google.genai.types.OutputInfo.Builder
- Enclosing class:
- OutputInfo
Builder for OutputInfo.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract OutputInfobuild()Clears the value of gcsOutputDirectory field.abstract OutputInfo.BuildergcsOutputDirectory(String gcsOutputDirectory) Setter for gcsOutputDirectory.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
gcsOutputDirectory
Setter for gcsOutputDirectory.gcsOutputDirectory: Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.
-
clearGcsOutputDirectory
Clears the value of gcsOutputDirectory field. -
build
-