Interface GenerativeReference.Builder

    • Method Detail

      • generationId

        GenerativeReference.Builder generationId​(String generationId)

        The identifier of the LLM model.

        Parameters:
        generationId - The identifier of the LLM model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelId

        GenerativeReference.Builder modelId​(String modelId)

        The identifier of the LLM model.

        Parameters:
        modelId - The identifier of the LLM model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.