Uses of Enum Class
org.springframework.ai.ollama.management.PullModelStrategy
Packages that use PullModelStrategy
Package
Description
Management support for Ollama.
-
Uses of PullModelStrategy in org.springframework.ai.autoconfigure.ollama
Methods in org.springframework.ai.autoconfigure.ollama that return PullModelStrategyMethods in org.springframework.ai.autoconfigure.ollama with parameters of type PullModelStrategyModifier and TypeMethodDescriptionvoid
OllamaInitializationProperties.setPullModelStrategy
(PullModelStrategy pullModelStrategy) -
Uses of PullModelStrategy in org.springframework.ai.ollama.management
Methods in org.springframework.ai.ollama.management that return PullModelStrategyModifier and TypeMethodDescriptionModelManagementOptions.pullModelStrategy()
Returns the value of thepullModelStrategy
record component.static PullModelStrategy
Returns the enum constant of this class with the specified name.static PullModelStrategy[]
PullModelStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.ollama.management with parameters of type PullModelStrategyModifier and TypeMethodDescriptionvoid
OllamaModelManager.pullModel
(String modelName, PullModelStrategy pullModelStrategy) ModelManagementOptions.Builder.pullModelStrategy
(PullModelStrategy pullModelStrategy) Constructors in org.springframework.ai.ollama.management with parameters of type PullModelStrategyModifierConstructorDescriptionModelManagementOptions
(PullModelStrategy pullModelStrategy, List<String> additionalModels, Duration timeout, Integer maxRetries) Creates an instance of aModelManagementOptions
record class.