Class OutputInfo.Builder

java.lang.Object
com.google.genai.types.OutputInfo.Builder
Enclosing class:
OutputInfo

public abstract static class OutputInfo.Builder extends Object
Builder for OutputInfo.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • gcsOutputDirectory

      public 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 public OutputInfo.Builder clearGcsOutputDirectory()
      Clears the value of gcsOutputDirectory field.
    • build

      public abstract OutputInfo build()