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 classOciGenAiCohereChatModelConfig.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 classFluent 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.BuilderBaseModifierConstructorDescriptionprotectedCreate an instance providing a builder.