Uses of Interface
io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiStreamingChatModelConfig
Packages that use OciGenAiStreamingChatModelConfig
Package
Description
Provides integration with OCI GenAi models.
-
Uses of OciGenAiStreamingChatModelConfig in io.helidon.integrations.langchain4j.providers.oci.genai
Classes in io.helidon.integrations.langchain4j.providers.oci.genai with type parameters of type OciGenAiStreamingChatModelConfigModifier and TypeClassDescriptionstatic class
OciGenAiStreamingChatModelConfig.BuilderBase<BUILDER extends OciGenAiStreamingChatModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OciGenAiStreamingChatModelConfig> Fluent API builder base forOciGenAiStreamingChatModelConfig
.Classes in io.helidon.integrations.langchain4j.providers.oci.genai that implement OciGenAiStreamingChatModelConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.oci.genai that return OciGenAiStreamingChatModelConfigModifier and TypeMethodDescriptionOciGenAiStreamingChatModelConfig.Builder.build()
OciGenAiStreamingChatModelConfig.Builder.buildPrototype()
OciGenAiStreamingChatModelConfig.create()
Create a new instance with default values.Deprecated.Create a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.oci.genai with parameters of type OciGenAiStreamingChatModelConfigModifier and TypeMethodDescriptionOciGenAiStreamingChatModelConfig.builder
(OciGenAiStreamingChatModelConfig instance) Create a new fluent API builder from an existing instance.OciGenAiStreamingChatModelConfig.BuilderBase.from
(OciGenAiStreamingChatModelConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)