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