Class OciGenAiCohereChatModelConfig.Builder
java.lang.Object
io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase<OciGenAiCohereChatModelConfig.Builder,OciGenAiCohereChatModelConfig>
io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.Builder
- All Implemented Interfaces:
Prototype.Builder<OciGenAiCohereChatModelConfig.Builder,,OciGenAiCohereChatModelConfig> Builder<OciGenAiCohereChatModelConfig.Builder,,OciGenAiCohereChatModelConfig> ConfigBuilderSupport.ConfiguredBuilder<OciGenAiCohereChatModelConfig.Builder,,OciGenAiCohereChatModelConfig> ConfigBuilderSupport.ConfiguredBuilder<OciGenAiCohereChatModelConfig.Builder,,OciGenAiCohereChatModelConfig> Supplier<OciGenAiCohereChatModelConfig>
- Enclosing interface:
OciGenAiCohereChatModelConfig
public static class OciGenAiCohereChatModelConfig.Builder
extends OciGenAiCohereChatModelConfig.BuilderBase<OciGenAiCohereChatModelConfig.Builder,OciGenAiCohereChatModelConfig>
implements Builder<OciGenAiCohereChatModelConfig.Builder,OciGenAiCohereChatModelConfig>
Fluent API builder for
OciGenAiCohereChatModelConfig.-
Nested Class Summary
Nested classes/interfaces inherited from class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
OciGenAiCohereChatModelConfig.BuilderBase.OciGenAiCohereChatModelConfigImpl -
Method Summary
Methods inherited from class io.helidon.integrations.langchain4j.providers.oci.genai.OciGenAiCohereChatModelConfig.BuilderBase
addDocument, addDocuments, addListener, addListeners, addStop, addStop, authProvider, authProvider, citationQuality, citationQuality, clearAuthProvider, clearCitationQuality, clearDefaultRequestParameters, clearFrequencyPenalty, clearGenAiClient, clearIsRawPrompting, clearIsSearchQueriesOnly, clearMaxInputTokens, clearMaxTokens, clearPreambleOverride, clearPresencePenalty, clearPromptTruncation, clearSeed, clearServingType, clearTemperature, clearTopK, clearTopP, compartmentId, compartmentId, config, config, config, defaultRequestParameters, defaultRequestParameters, defaultRequestParameters, documents, documents, enabled, enabled, frequencyPenalty, frequencyPenalty, from, from, genAiClient, genAiClient, isRawPrompting, isRawPrompting, isSearchQueriesOnly, isSearchQueriesOnly, listeners, listeners, listenersDiscoverServices, maxInputTokens, maxInputTokens, maxTokens, maxTokens, modelName, modelName, preambleOverride, preambleOverride, preBuildPrototype, presencePenalty, presencePenalty, promptTruncation, promptTruncation, region, region, seed, seed, serviceRegistry, servingType, servingType, stop, stop, temperature, temperature, topK, topK, topP, topP, toString, validatePrototypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.builder.api.Prototype.Builder
self
-
Method Details
-
buildPrototype
Description copied from interface:Prototype.BuilderCreate an instance of thePrototype. This method is available on all generated builders forPrototype.Blueprint.- Specified by:
buildPrototypein interfacePrototype.Builder<OciGenAiCohereChatModelConfig.Builder,OciGenAiCohereChatModelConfig> - Returns:
- an instance of the setup object created from this builder
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<OciGenAiCohereChatModelConfig.Builder,OciGenAiCohereChatModelConfig> - Returns:
- instance of the built type
-