Uses of Interface
io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereStreamingChatModelConfig
Packages that use OciGenAiCohereStreamingChatModelConfig
Package
Description
Provides integration with OCI GenAi models.
-
Uses of OciGenAiCohereStreamingChatModelConfig in io.helidon.integrations.langchain4j.providers.oci.genai
Classes in io.helidon.integrations.langchain4j.providers.oci.genai with type parameters of type OciGenAiCohereStreamingChatModelConfigModifier and TypeClassDescriptionstatic classOciGenAiCohereStreamingChatModelConfig.BuilderBase<BUILDER extends OciGenAiCohereStreamingChatModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OciGenAiCohereStreamingChatModelConfig> Fluent API builder base forOciGenAiCohereStreamingChatModelConfig.Classes in io.helidon.integrations.langchain4j.providers.oci.genai that implement OciGenAiCohereStreamingChatModelConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.oci.genai that return OciGenAiCohereStreamingChatModelConfigModifier and TypeMethodDescriptionOciGenAiCohereStreamingChatModelConfig.Builder.build()OciGenAiCohereStreamingChatModelConfig.Builder.buildPrototype()OciGenAiCohereStreamingChatModelConfig.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 OciGenAiCohereStreamingChatModelConfigModifier and TypeMethodDescriptionOciGenAiCohereStreamingChatModelConfig.builder(OciGenAiCohereStreamingChatModelConfig instance) Create a new fluent API builder from an existing instance.OciGenAiCohereStreamingChatModelConfig.BuilderBase.from(OciGenAiCohereStreamingChatModelConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)