Uses of Class
io.helidon.integrations.langchain4j.AiServicesConfig.BuilderBase
Packages that use AiServicesConfig.BuilderBase
-
Uses of AiServicesConfig.BuilderBase in io.helidon.integrations.langchain4j
Classes in io.helidon.integrations.langchain4j with type parameters of type AiServicesConfig.BuilderBaseModifier and TypeClassDescriptionstatic classAiServicesConfig.BuilderBase<BUILDER extends AiServicesConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends AiServicesConfig> Fluent API builder base forAiServicesConfig.Subclasses of AiServicesConfig.BuilderBase in io.helidon.integrations.langchain4jMethods in io.helidon.integrations.langchain4j with parameters of type AiServicesConfig.BuilderBaseModifier and TypeMethodDescriptionAiServicesConfig.BuilderBase.from(AiServicesConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.integrations.langchain4j with parameters of type AiServicesConfig.BuilderBaseModifierConstructorDescriptionprotectedAiServicesConfigImpl(AiServicesConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.