Uses of Class
io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
Packages that use OciGenAiCohereChatModelConfig.BuilderBase
Package
Description
Provides integration with OCI GenAi models.
-
Uses of OciGenAiCohereChatModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.oci.genai
Classes in io.helidon.integrations.langchain4j.providers.oci.genai with type parameters of type OciGenAiCohereChatModelConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
OciGenAiCohereChatModelConfig.BuilderBase<BUILDER extends OciGenAiCohereChatModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OciGenAiCohereChatModelConfig> Fluent API builder base forOciGenAiCohereChatModelConfig
.Subclasses of OciGenAiCohereChatModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.oci.genaiModifier and TypeClassDescriptionstatic class
Fluent API builder forOciGenAiCohereChatModelConfig
.Methods in io.helidon.integrations.langchain4j.providers.oci.genai with parameters of type OciGenAiCohereChatModelConfig.BuilderBaseModifier and TypeMethodDescriptionOciGenAiCohereChatModelConfig.BuilderBase.from
(OciGenAiCohereChatModelConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.integrations.langchain4j.providers.oci.genai with parameters of type OciGenAiCohereChatModelConfig.BuilderBaseModifierConstructorDescriptionprotected
Create an instance providing a builder.