Class JlamaStreamingChatModelConfig.Builder
java.lang.Object
io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase<JlamaStreamingChatModelConfig.Builder,JlamaStreamingChatModelConfig>
io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<JlamaStreamingChatModelConfig.Builder,,JlamaStreamingChatModelConfig> Builder<JlamaStreamingChatModelConfig.Builder,,JlamaStreamingChatModelConfig> ConfigBuilderSupport.ConfiguredBuilder<JlamaStreamingChatModelConfig.Builder,,JlamaStreamingChatModelConfig> ConfigBuilderSupport.ConfiguredBuilder<JlamaStreamingChatModelConfig.Builder,,JlamaStreamingChatModelConfig> Supplier<JlamaStreamingChatModelConfig>
- Enclosing interface:
JlamaStreamingChatModelConfig
public static class JlamaStreamingChatModelConfig.Builder
extends JlamaStreamingChatModelConfig.BuilderBase<JlamaStreamingChatModelConfig.Builder,JlamaStreamingChatModelConfig>
implements Builder<JlamaStreamingChatModelConfig.Builder,JlamaStreamingChatModelConfig>
Fluent API builder for
JlamaStreamingChatModelConfig.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
JlamaStreamingChatModelConfig.BuilderBase.JlamaStreamingChatModelConfigImpl -
Method Summary
Methods inherited from class io.helidon.integrations.langchain4j.providers.jlama.JlamaStreamingChatModelConfig.BuilderBase
authToken, authToken, clearAuthToken, clearMaxTokens, clearModelCachePath, clearQuantizeModelAtRuntime, clearTemperature, clearThreadCount, clearWorkingDirectory, clearWorkingQuantizedType, config, config, config, enabled, enabled, from, from, maxTokens, maxTokens, modelCachePath, modelCachePath, modelName, modelName, preBuildPrototype, quantizeModelAtRuntime, quantizeModelAtRuntime, temperature, temperature, threadCount, threadCount, toString, validatePrototype, workingDirectory, workingDirectory, workingQuantizedType, workingQuantizedTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builder
self
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
buildPrototypein interfacePrototype.Builder<JlamaStreamingChatModelConfig.Builder,JlamaStreamingChatModelConfig> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<JlamaStreamingChatModelConfig.Builder,JlamaStreamingChatModelConfig> - Returns:
- instance of the built type
-