Uses of Interface
io.helidon.integrations.langchain4j.providers.cohere.CohereScoringModelConfig
Packages that use CohereScoringModelConfig
Package
Description
Provides integration with Cohere models.
-
Uses of CohereScoringModelConfig in io.helidon.integrations.langchain4j.providers.cohere
Classes in io.helidon.integrations.langchain4j.providers.cohere with type parameters of type CohereScoringModelConfigModifier and TypeClassDescriptionstatic classCohereScoringModelConfig.BuilderBase<BUILDER extends CohereScoringModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends CohereScoringModelConfig> Fluent API builder base forCohereScoringModelConfig.Classes in io.helidon.integrations.langchain4j.providers.cohere that implement CohereScoringModelConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.cohere that return CohereScoringModelConfigModifier and TypeMethodDescriptionCohereScoringModelConfig.Builder.build()CohereScoringModelConfig.Builder.buildPrototype()static CohereScoringModelConfigCohereScoringModelConfig.create()Create a new instance with default values.static CohereScoringModelConfigDeprecated.static CohereScoringModelConfigCreate a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.cohere with parameters of type CohereScoringModelConfigModifier and TypeMethodDescriptionCohereScoringModelConfig.builder(CohereScoringModelConfig instance) Create a new fluent API builder from an existing instance.CohereScoringModelConfig.BuilderBase.from(CohereScoringModelConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)