Uses of Class
io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig.BuilderBase
Packages that use OciGenAiChatModelConfig.BuilderBase
Package
Description
Provides integration with OCI GenAi models.
-
Uses of OciGenAiChatModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.oci.genai
Classes in io.helidon.integrations.langchain4j.providers.oci.genai with type parameters of type OciGenAiChatModelConfig.BuilderBaseModifier and TypeClassDescriptionstatic classOciGenAiChatModelConfig.BuilderBase<BUILDER extends OciGenAiChatModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OciGenAiChatModelConfig> Fluent API builder base forOciGenAiChatModelConfig.Subclasses of OciGenAiChatModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.oci.genaiMethods in io.helidon.integrations.langchain4j.providers.oci.genai with parameters of type OciGenAiChatModelConfig.BuilderBaseModifier and TypeMethodDescriptionOciGenAiChatModelConfig.BuilderBase.from(OciGenAiChatModelConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.integrations.langchain4j.providers.oci.genai with parameters of type OciGenAiChatModelConfig.BuilderBaseModifierConstructorDescriptionprotectedCreate an instance providing a builder.