Uses of Interface
io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiChatModelConfig
Packages that use OciGenAiChatModelConfig
Package
Description
Provides integration with OCI GenAi models.
-
Uses of OciGenAiChatModelConfig in io.helidon.integrations.langchain4j.providers.oci.genai
Classes in io.helidon.integrations.langchain4j.providers.oci.genai with type parameters of type OciGenAiChatModelConfigModifier and TypeClassDescriptionstatic class
OciGenAiChatModelConfig.BuilderBase<BUILDER extends OciGenAiChatModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OciGenAiChatModelConfig> Fluent API builder base forOciGenAiChatModelConfig
.Classes in io.helidon.integrations.langchain4j.providers.oci.genai that implement OciGenAiChatModelConfigModifier 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 OciGenAiChatModelConfigModifier and TypeMethodDescriptionOciGenAiChatModelConfig.Builder.build()
OciGenAiChatModelConfig.Builder.buildPrototype()
static OciGenAiChatModelConfig
OciGenAiChatModelConfig.create()
Create a new instance with default values.static OciGenAiChatModelConfig
Deprecated.static OciGenAiChatModelConfig
Create a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.oci.genai with parameters of type OciGenAiChatModelConfigModifier and TypeMethodDescriptionOciGenAiChatModelConfig.builder
(OciGenAiChatModelConfig instance) Create a new fluent API builder from an existing instance.OciGenAiChatModelConfig.BuilderBase.from
(OciGenAiChatModelConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)