Interface VertexAiChatModelBuilderFactory

All Superinterfaces:
Supplier<VertexAiChatModel.Builder>

public interface VertexAiChatModelBuilderFactory extends Supplier<VertexAiChatModel.Builder>
A factory for building VertexAiChatModel.Builder instances.
  • Method Summary

    Methods inherited from interface Supplier

    get