Package com.google.genai.types
Class OutputInfo.Builder
-
- All Implemented Interfaces:
public abstract class OutputInfo.BuilderBuilder for OutputInfo.
-
-
Constructor Summary
Constructors Constructor Description OutputInfo.Builder()
-
Method Summary
Modifier and Type Method Description abstract OutputInfo.BuildergcsOutputDirectory(String gcsOutputDirectory)Setter for gcsOutputDirectory. OutputInfo.BuilderclearGcsOutputDirectory()Clears the value of gcsOutputDirectory field. abstract OutputInfobuild()-
-
Method Detail
-
gcsOutputDirectory
abstract OutputInfo.Builder gcsOutputDirectory(String 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
@CanIgnoreReturnValue() OutputInfo.Builder clearGcsOutputDirectory()
Clears the value of gcsOutputDirectory field.
-
build
abstract OutputInfo build()
-
-
-
-