Uses of Class
io.helidon.integrations.langchain4j.providers.jlama.JlamaLanguageModelConfig.BuilderBase
Packages that use JlamaLanguageModelConfig.BuilderBase
Package
Description
Provides integration with Jlama models.
-
Uses of JlamaLanguageModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.jlama
Classes in io.helidon.integrations.langchain4j.providers.jlama with type parameters of type JlamaLanguageModelConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
JlamaLanguageModelConfig.BuilderBase<BUILDER extends JlamaLanguageModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends JlamaLanguageModelConfig> Fluent API builder base forJlamaLanguageModelConfig
.Subclasses of JlamaLanguageModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.jlamaMethods in io.helidon.integrations.langchain4j.providers.jlama with parameters of type JlamaLanguageModelConfig.BuilderBaseModifier and TypeMethodDescriptionJlamaLanguageModelConfig.BuilderBase.from
(JlamaLanguageModelConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.integrations.langchain4j.providers.jlama with parameters of type JlamaLanguageModelConfig.BuilderBaseModifierConstructorDescriptionprotected
Create an instance providing a builder.